##// END OF EJS Templates
Merge pull request #9519 from Carreau/last-result...
Merge pull request #9519 from Carreau/last-result Keep a reference to last execution result on the shell.

File last commit:

r22416:49c798c1
r22450:bb2c7ec4 merge
Show More
simple_prompt.rst
4 lines | 243 B | text/x-rst | RstLexer
Matthias Bussonnier
Add flag for simple_prompt....
r22416 when using IPython as a subprocess, like for emacs inferior-shell, IPython can
be started with --simple-prompt flag, which will bypass the prompt_toolkit
input layer. In this mode completion, prompt color and many other features are
disabled.