Yes, This is the problem which I faced also during the installation of Jupyter Notebook.
But I know the solution of this. I hope, it also works for you as well.
- Open cmd.
- Type:
pip install notebook. - If you Type:
**jupyter notebook**– it always shows an error. - So, Type:
python -m notebook.
Image shows running Jupyter Notebook
If you feel that this answer is useful and works for you, I expected. So, please press the Up Button for other peoples. So that they can also get some help.