-
-
Notifications
You must be signed in to change notification settings - Fork 414
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Insertion of greek letters #202
Comments
Just hit the tab key after typing |
Thanks:) |
Yes, this was implemented in JuliaLang/julia#6911. It is available in both the REPL and IJulia interfaces, and also works in the Julia mode of the Emacs and vim editors. |
well, it don't work for me in the repl windows french canadian default . it turns it into ''a'' then gives me an error. a not defined. |
@luminnate, there are two things here:
|
changed windows console properties font from raster fonts to lucida and it now turns \alpha to Greek as a sidenote when installing ijulia i went by this: https://github.com/stevengj/julia-mit/blob/master/README.md which reccommends anaconda, but it makes no mention of how many manual installs would be needed for ipython, so by the second one I was wondering how many more there would be. this doc has good info on the manual installs: |
@luminnate, if you install IPython using Anaconda, no manual installations should be required: Anaconda includes all of the necessary IPython components. If you found yourself doing manual installs of jinja etcetera, then probably you weren't using the Anaconda Python. |
thanks a lot! |
Can anyone explain me the following: on a mac you can write the most common Greek letter, eg pi, by pressing alt+p. I am wondering whether this sort of shortcuts cannot be used on a Windows console. What's the issue? |
@albz, that's a feature of the Mac keyboard (true across all programs, not just Jupyter): there are special key combinations for typing accented Latin characters and a few other symbols like π. Windows doesn't have this. |
It is not working on colab. |
It does not seem to work in nterat with Julia kernel. How to type a Greek letter in nterat with IJulia? Thanks. |
Hi, since Julia is fully capable of assigning values to unicode letters and no one has greek letters on their keyboard, it could be a great feature if the insertion of greek letters could be made as autocompletion just like code completion. I’m visualizing something like:
\theta press ctrl+space to get: θ.
So when you want to insert a greek letter you write \ in front just like latex, you could maybe also just skip the backslash. I tried to take a look in custom.js where it probably should be implemented, but my javascript skills is not sufficient:(
The text was updated successfully, but these errors were encountered: