[IPython-dev] [ANN] Released IPython 4.0, completing The Big Split

MinRK benjaminrk at gmail.com
Tue Aug 11 22:03:04 EDT 2015


We’ve just released IPython 4.0, completing the transition of
language-agnostic pieces of IPython to their new homes on Jupyter. This is
primarily a reorganization of the code into the new repos, with a few bugs
fixed along the way.

To install the new jupyter everything, including IPython, the notebook,
qtconsole, etc.:

pip install --upgrade jupyter

and start the notebook with:

jupyter notebook

or get just the IPython terminal, without any of the Jupyter fun:

pip install --upgrade ipython

There should be shims for keep old commands and imports working during the
transition, so let us know if you find places where that’s not the case.

For more info, see the announcement
<http://blog.jupyter.org/2015/08/12/first-release-of-jupyter/>, and
the new jupyter
docs <https://jupyter.readthedocs.org/en/latest/>.

Thanks everyone!

-The IPython and Jupyter Teams
​
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ipython-dev/attachments/20150811/54d9d313/attachment.html>


More information about the IPython-dev mailing list