##// 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:

r1251:99658885
r5083:bf4b2a08 merge
Show More
ipython_here_shell_extension.reg
5 lines | 194 B | text/x-windows-registry | RegeditLexer
/ docs / examples / core / ipython_here_shell_extension.reg
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Directory\shell\IPython here]
[HKEY_CLASSES_ROOT\Directory\shell\IPython here\Command]
@="cmd.exe /C ipython.py -p sh -i -c \"%cd %1\""