how to install jupyter notebook in windows 10 for python 3 code example
Example 1: install jupyter
pip3 install jupyter
Example 2: install jupyter notebook
pip install notebook
Example 3: install jupyter notebook
python -m pip install notebook