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
Input Unicode characters in Pluto.jl
950 Views Asked by imantha At
1
You should be able to do the same in pluto: type
\sigma
, then hit TAB and it should change toσ
.