Table of Content
Install Jupyter python with conda, pip
Install Jupyter python with conda, pip
JupyterLab
JupyterLab
Install with conda
conda install -c conda-forge jupyterlab
Install with pip
pip install jupyterlab
Run JupyterLab
jupyter-lab
Jupyter Notebook
Jupyter Notebook
Install with conda
conda install -c conda-forge notebook
Install with pip
pip install notebook
Run JupyterLab
jupyter notebook