how to install jupyter by pip by on windows 10 code example
Example 1: install jupyter
pip3 install jupyter
Example 2: install jupyter notebook
python -m pip install jupyterlab
pip3 install jupyter
python -m pip install jupyterlab