Input Unicode characters in Pluto.jl

950 Views Asked by At

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

There are 1 best solutions below

1
On BEST ANSWER

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