Congrats and thanks for the new IPython release. >From the docs, IPython 5 has the option "--simple-prompt" to maintain compatibility with emacs. A quick test running 'ipython --simple-prompt' works fine from a terminal.
The emacs package ob-ipython.el uses jupyter messaging to run python code blocks from emacs. With IPython 4.x, emacs would fire up an IPython kernel using "ipython --existing", which, of course, is now deprecated. I believe the command should now be "jupyter console --existing", but I can't seem to pass --simple-prompt through jupyter to ipython (ZMQ throws an Unrecognized flag error). Is this the right approach? Alternatively, is there a magic like %colors to get to the 'simple prompt'? jupyter 4.1, ipython 5.0.0 https://github.com/gregsexton/ob-ipython Thanks -- You received this message because you are subscribed to the Google Groups "Project Jupyter" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jupyter/e38b8017-1206-4fb4-aa86-94ed6e6c5ed6%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
