jupyter console vs. ipython in Emacs
Pieter van Oostrum
pieter-l at vanoostrum.org
Sun Dec 19 12:22:19 EST 2021
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 <pieter at vanoostrum.org>
www: http://pieter.vanoostrum.org/
PGP key: [8DAE142BE17999C4]
More information about the Python-list
mailing list