How to install jupyter Notebook and Jupyter Lab

neha-p

#Jupyter Notebook

Install the classic Jupyter Notebook with:

pip install notebook

To run the notebook:

jupyter notebook

 

#JupyterLab

pip install jupyterlab

Once installed, launch JupyterLab with:

jupyter lab