My Python development environment is Emacs. I used to use 'jupyter console 
--simple-prompt' (driven by Emacs comint) to do interactive work, but it has 
the disadvantage that it doesn't work properly with multiline input, including 
pastes.

However, I discovered that 'ipython --simple-prompt' in Emacs does work with 
multiline statements. No idea why jupyter console doesn't.

Is there any advantage in using jupyter console over ipython?
-- 
Pieter van Oostrum <pie...@vanoostrum.org>
www: http://pieter.vanoostrum.org/
PGP key: [8DAE142BE17999C4]
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to