##// END OF EJS Templates
Merge branch 'juliantaylor-multiline-history'...
Merge branch 'juliantaylor-multiline-history' Restore multiline history (on by default) as it worked in the 0.10.x series. A new configuration variable InteractiveShell.multiline_history can be set to control this behavior for users who prefer not to have it on. When True, cells spanning multiple lines will be saved in history as a single entry instead of one entry per line Closes gh-571.

File last commit:

r4256:804cec56
r5083:bf4b2a08 merge
Show More
ipython.desktop
15 lines | 400 B | text/plain | TextLexer
# If you want ipython to appear in a linux app launcher ("start menu"), install this by doing:
# sudo desktop-file-install ipython.desktop
[Desktop Entry]
Comment=Enhanced interactive Python shell
Exec=ipython
GenericName[en_US]=IPython
GenericName=IPython
Icon=gnome-netstatus-idle
Name[en_US]=ipython
Name=ipython
Categories=Development;Utility;
StartupNotify=false
Terminal=true
Type=Application