Installation

https://ipython.readthedocs.io/en/latest/install/kernel_install.html

::
pip install ipykernel

If you’re using a virtual environment, you can install the Jupyter kernelspec in the local environment.:

python -m ipykernel install --user \
   --name python36-earth-examples \
   --display-name "Python 3.6"