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