##// END OF EJS Templates
Add flag for simple_prompt....
Add flag for simple_prompt. As this mode seem to be useful beyond testing, expose it via a flag and make it official.

File last commit:

r22416:49c798c1
r22416:49c798c1
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.