WolframResearch / WolframLanguageForJupyter

Wolfram Language kernel for Jupyter notebooks
MIT License
1.03k stars 124 forks source link

Input Special Charecters #143

Closed biplab37 closed 1 year ago

biplab37 commented 1 year ago

Is it possible to add special characters while writing code? Right now if I have to have Special characters I have to type the full name of the character. e.g. [CapitalOmega] to get Ω. In mathematica one use Esc O Esc for that. In jupyter is it atleast possible to autocomplete once you start typing the name of the special charecter.

For comparison, In julia one can input special characters in jupyter notebook.

biplab37 commented 1 year ago

I figured out that it is possible to input special characters. For example to input $\alpha$, type \[Alpha<tab> .