install jupyter in a conda environment code example
Example 1: download jupyter
conda install -c conda-forge jupyterlab
Example 2: python pip jupyter notebook install
$ python -m pip install <package>
conda install -c conda-forge jupyterlab
$ python -m pip install <package>