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

Wes Turner wes.turner at gmail.com
Mon Aug 17 17:51:37 EDT 2015


Thanks!

- [ ] DOC: how to rebuild docker containers with the same mapped e.g ~/ or
~/nb path (and/or remote storage extensions already-installed)
- [ ] DOC: update and/or include docker install instructions

https://github.com/ipython/ipython/wiki/Install:-Docker#links-to-jupyter-hub

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
​

_______________________________________________
IPython-dev mailing list
IPython-dev at scipy.org
http://mail.scipy.org/mailman/listinfo/ipython-dev
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ipython-dev/attachments/20150817/3a9bd099/attachment.html>


More information about the IPython-dev mailing list