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

2017-05-17 Thread Paul Ivanov
I just want to mention that if you would like the old (IPython <= 4.x) readline interface, it is now available separately as rlipython . pip install rlipython python -c "import rlipython as r; r.install()" Right now, it only works in IPython 6.0 (Python

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

2017-03-01 Thread Paul Ivanov
On Wed, Mar 1, 2017 at 11:52 AM, Paul Ivanov wrote: > I've opened an IPython issue for this. I've been avoiding using IPython 5 > for similar reasons (or grudgingly using it without my precious .inputrc vi > mode), because I though I was one of a small minority, but I think

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

2017-03-01 Thread Paul Ivanov
I've opened an IPython issue for this. I've been avoiding using IPython 5 for similar reasons (or grudgingly using it without my precious .inputrc vi mode), because I though I was one of a small minority, but I think enough people are affected by such issues that we should considering bringing

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

2017-02-28 Thread Enrique Artal
I tried to downgrade to ipython 4.x from Sage 7.5 but there is a problem with python module prompts El lunes, 20 de febrero de 2017, 16:30:53 (UTC+1), Sébastien Labbé escribió: > > @bennigoetz reported the same problem in December 2016 : >

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

2017-02-22 Thread Enrique Artal
I filed some issues in the thread "ulimit issues and IPython 5.0" in this list. El miércoles, 22 de febrero de 2017, 17:23:41 (UTC+1), kcrisman escribió: > > > > > Is it possible? It seems to cause problems to sagenb ... >> >>> >>> > Really? What sort of problems? Just not a new enough version

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

2017-02-22 Thread kcrisman
Is it possible? It seems to cause problems to sagenb ... > >> >> Really? What sort of problems? Just not a new enough version for other dependencies? -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop

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

2017-02-21 Thread Enrique Artal
Is it possible? It seems to cause problems to sagenb ... El lunes, 20 de febrero de 2017, 16:30:53 (UTC+1), Sébastien Labbé escribió: > > @bennigoetz reported the same problem in December 2016 : > https://github.com/ipython/ipython/issues/9816#issuecomment-258242213 > > For now, the only solution

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

2017-02-20 Thread Sébastien Labbé
@bennigoetz reported the same problem in December 2016 : https://github.com/ipython/ipython/issues/9816#issuecomment-258242213 For now, the only solution seems to go back to IPython 4.x ... -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To

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

2017-02-20 Thread Sébastien Labbé
A related issue as fixed in IPython in June 2016: "Multi line paste not working anymore in 5.0 beta" https://github.com/ipython/ipython/issues/9600 But it does seem to have fixed everything... -- You received this message because you are subscribed to the Google Groups "sage-devel" group.

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

2017-02-20 Thread Sébastien Labbé
On Saturday, February 18, 2017 at 4:31:04 PM UTC+1, William wrote: > > > in SMC at least, if you try to paste in multiple > lines it pastes in the first line and silently **ignores everything > else**. > I have the same problem since Fall 2016 (major IPython upgrade?) when I use tmux with