install jupyter for python 3 code example
Example 1: install jupyter notebook
conda install -c conda-forge notebook
Example 2: install jupyter
pip3 install jupyter
conda install -c conda-forge notebook
pip3 install jupyter