From f4e2b55914a37482446eb25c9660566efbfe4f6c Mon Sep 17 00:00:00 2001 From: Thomas Kluyver Date: Thu, 13 Aug 2015 09:48:41 -0700 Subject: [PATCH] Add note that it's not packaged in conda yet --- docs/source/install.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/source/install.rst b/docs/source/install.rst index c76d97ec..f401dac1 100644 --- a/docs/source/install.rst +++ b/docs/source/install.rst @@ -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.