Jupyter Notebook setup code example
Example 1: download jupyter
conda install -c conda-forge jupyterlab
Example 2: how to setup jupyter notebook
pip install jupyter
jupyter notebook
conda install -c conda-forge jupyterlab
pip install jupyter
jupyter notebook