Search code examples
python-3.xjupyter-notebookpipjupytermodulenotfounderror

Jupyter Notebook not opening "Error : Module note found error"


So when I run this command to upgrade to notebook 7 on anaconda prompt "pip install --upgrade notebook"

This Error start to appear and my jupyter notebook is not opening.

File "C:\ProgramData\anaconda3\Scripts\jupyter-notebook-script.py", line 6, in from notebook.notebookapp import main ModuleNotFoundError: No module named 'notebook.notebookapp'

I have tried these following command but none of them worked pip install jupyter pip3 install jupyter conda install jupyter

When running conda jupyter it asked me to proceed (y/n) and when I press "y": this line comes in Preparing transaction: done Verifying transaction: failed

EnvironmentNotWritableError: The current user does not have write permissions to the target environment. environment location: C:\ProgramData\anaconda3


Solution

  • My Issue got resolved. I have tried to solve it using

    "pip install notebook" and other commands but they didn't work for me.

    This is how I got my issue resolved.

    Now try to open Jupyter Notebook. I hope it will work for you too.

    If it works, I would be grateful if you follow me on Github :).