jupyter console vs. ipython in Emacs

Pieter van Oostrum pieter-l at vanoostrum.org
Mon Dec 20 07:38:26 EST 2021


Pieter van Oostrum <pieter-l at vanoostrum.org> writes:

> 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?

Actually, it also happens when run in Terminal, so it is not an Emacs issue.
By the way, my OS is MacOS Catalina. I have no idea how it works on other systems.
-- 
Pieter van Oostrum <pieter at vanoostrum.org>
www: http://pieter.vanoostrum.org/
PGP key: [8DAE142BE17999C4]


More information about the Python-list mailing list