I work with the Distributions package, which uses Unicode special characters for many variables inside types. A typical distribution, for example, uses μ and σ. If I want to edit the standard deviation, I need to somehow print:
n.σ = 5.0
Is it possible to enter these values in repl (outside of using copy-paste)? How to create these characters using one keyboard?
thank
source
share