Jupyter Notebook not Opening in Windows

I Installed Python, Anaconda and Jupyter Notebook but I am getting this error

Traceback (most recent call last):
File “C:\ProgramData\anaconda3\Scripts\jupyter-notebook-script.py”, line 6, in
from notebook.notebookapp import main
ModuleNotFoundError: No module named ‘notebook.notebookapp’

This suggests something awry with either the anaconda installation or sys.path.

Do you have more than one Python installation?

Can you do python3 -m notebook?

1 Like

Hi , you can try also like python -m notebook .it will work

1 Like

i have same problem and i tries python -m notebook

Traceback (most recent call last):
File “C:\ProgramData\Anaconda3\Scripts\jupyter-notebook-script.py”, line 6, in
from notebook.notebookapp import main
ModuleNotFoundError: No module named ‘notebook.notebookapp’