Input Unicode characters in Pluto.jl

Viewed 448

Just wondering if anyone knows how to add Unicode input in pluto.jl. For example, if I want to input a Unicode character for sigma, I would type \sigma in vs code, and the autocomplete will change it to σ. Any ideas how I could do the same in pluto.jl

1 Answers

You should be able to do the same in pluto: type \sigma, then hit TAB and it should change to σ.

Related