Released ipython 6.0.0rc1
Matthias Bussonnier <[email protected]> Tue, 11 Apr 2017 09:18:55 -0700
| Newsgroups | gmane.comp.python.ipython.devel |
|---|---|
| Message-ID | <CANJQusWrTRXnHQod1LP8irrv2dN2jLac6Nwj0P4EJg5VjQZv9Q@mail.gmail.com> |
Hi all, I just made a release of IPython 6.0.0 Rc1 yesterday.
You can try with
pip install ipython --upgrade --pre
This version is Python 3 Only, but if you have a recent enough pip,
you should automatically get the latest compatible with your system,
that is to say 5.x which is still actively developed.
See http://ipython.readthedocs.io/en/latest/whatsnew/version6.html for
the what's new.
--
Matthias