Open kernc opened 7 years ago
ptipython doesn't honor setting repl.prompt_style = 'classic' in config.py.
repl.prompt_style = 'classic'
Use case: want to use ipython's extended features (i.e. magics), but have the prompt still look simple >>> and with easily copypastable output.
>>>
Even when ptipython is set to ipython style, it doesn't honor IPython's %doctest_mode magic.
%doctest_mode
Commenting out this line should solve your problem. (Not sure why the override is there in the first place.)
ptipython doesn't honor setting
repl.prompt_style = 'classic'
in config.py.Use case: want to use ipython's extended features (i.e. magics), but have the prompt still look simple
>>>
and with easily copypastable output.