jupyter global install code example
Example 1: install jupyter notebook
conda install -c conda-forge notebook
Example 2: python pip jupyter notebook install
$ python -m pip install
conda install -c conda-forge notebook
$ python -m pip install