Install

How to Setup local Jupyter Notebook

If you use conda, it is already installed with anaconda. Also, you can install it with:

conda install ipykernel

How to Setup Jupyter Lab

If you use conda, you can install it with:

conda install -c conda-forge jupyterlab

How to Setup remote Jupyter Notebook

Last updated