how to install python and jupyter notebook code example
Example 1: install jupyter notebook
conda install -c conda-forge notebook
Example 2: install jupyter
pip3 install jupyter
Example 3: python pip jupyter notebook install
$ python -m pip install <package>