Upgrading Jupyter Notebook#
Upgrading Jupyter Notebook using Anaconda#
If using Anaconda, update Jupyter using conda
:
conda update jupyter
See Run the Notebook for running the Jupyter Notebook.
Upgrading IPython Notebook to Jupyter Notebook#
The Jupyter Notebook used to be called the IPython Notebook. If you are running an older version of the IPython Notebook (version 3 or earlier) you can use the following to upgrade to the latest version of the Jupyter Notebook.
If using Anaconda, update Jupyter using conda
:
conda update jupyter
or
If using pip:
pip install -U jupyter
See Run the Notebook for running the Jupyter Notebook.
See also
The migrating document has additional information about migrating from IPython 3 to Jupyter.