Installation

This sections will guide you throughinstalling IPython itself, andinstallingkernels for Jupyter if you wish to work withmultiple version of Python, or multiple environments.

Quick install reminder

Here is a quick reminder of the commands needed for installation if you arealready familiar with IPython and are just searching to refresh your memory:

Install IPython:

$pipinstallipython

Install and register an IPython kernel with Jupyter:

$python-mpipinstallipykernel$python-mipykernelinstall[--user][--name<machine-readable-name>][--display-name<"User Friendly Name">]

for more help see

$python-mipykernelinstall--help

See also

Installing Jupyter

The Notebook, nbconvert, and many other former pieces of IPython are nowpart of Project Jupyter.