##// END OF EJS Templates
Add whatsnew entry for unicode completion
Thomas Kluyver -
Show More
1 NO CONTENT: new file 100644, binary diff hidden
NO CONTENT: new file 100644, binary diff hidden
@@ -0,0 +1,9 b''
1 Typing unicode identifiers
2 --------------------------
3
4 .. image:: /_images/unicode_completion.png
5
6 Complex expressions can be much cleaner when written with a wider choice of
7 characters. Python 3 allows unicode identifiers, and IPython 3 makes it easier
8 to type those, using a feature from Julia. Type a backslash followed by a LaTeX
9 style short name, such as ``\alpha``. Press tab, and it will turn into α.
General Comments 0
You need to be logged in to leave comments. Login now