jupyeter install code example
Example 1: download jupyter
conda install -c conda-forge jupyterlab
Example 2: how to install jupyter notebook using pip
pip install notebook
conda install -c conda-forge jupyterlab
pip install notebook