Skip to content

Commit

Permalink
Add note that it's not packaged in conda yet
Browse files Browse the repository at this point in the history
  • Loading branch information
takluyver committed Aug 13, 2015
1 parent 295212d commit f4e2b55
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/source/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,13 @@ Jupyter. After you install it, ensure that Jupyter is up to date by running::

conda update jupyter

.. note::

Jupyter has just been released, and it will be packaged for conda in a few
days. In the meantime, all of the Jupyter functionality is included in
the latest packaged version of IPython. Make sure that the ``ipython`` and
``ipython-notebook`` packages are installed.

To **upgrade from IPython 3 or older to Jupyter**, use pip or conda—according
to which one IPython was installed with—to install the ``jupyter`` package. This
should install the Jupyter Notebook and upgrade IPython to version 4.
Expand Down

0 comments on commit f4e2b55

Please sign in to comment.