1#Install Jypyter Lab with pip
2pip install jupyterlab
3#Once installed, launch JupyterLab with:
4jupyter-lab
1# to install jupyter notebook or jupyter lab, you can use pip or conda
2# jupyter notebook pip
3pip install notebook
4# jupyter notebook conda
5conda install -c conda-forge notebook
6# jupyter lab pip
7pip install jupyterlab
8# jupyter lab conda
9conda install -c conda-forge jupyterlab