Re: [sage-devel] what happened to ipython?

2017-02-18 Thread Jason Grout
I'm able to reproduce it with multiline comments (but code seems to work fine), in IPython in an SMC terminal. I'm also seeing it in JupyterLab and Jupyter Notebook's terminal. I've filed an issue with JupyterLab too: https://github.com/jupyterlab/jupyterlab/issues/1738 As a workaround, pasting mu

Re: [sage-devel] what happened to ipython?

2017-02-18 Thread William Stein
On Sat, Feb 18, 2017 at 8:53 AM, Jason Grout wrote: > Was it an upgrade to the 5.x IPython line? 5.0 introduced using prompt > toolkit to do a lot of the fancy stuff (see http://ipython.readthedocs.io/ > en/stable/whatsnew/version5.html#id1). Minimally, you can start IPython > with --simple-promp

[sage-devel] what happened to ipython?

2017-02-18 Thread William Stein
Hi, Is there any way to disable this fancy new syntax-highlight-as-you-type-ninja command line interface to Sage, which we obviously inherited from an Ipython upgrade? I ask mainly because in SMC at least, if you try to paste in multiple lines it pastes in the first line and silently **ignores ev