You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
jupyter notebook
Traceback (most recent call last):
File "/usr/bin/jupyter-notebook", line 5, in
from notebook.notebookapp import main
ModuleNotFoundError: No module named 'notebook.notebookapp'
The text was updated successfully, but these errors were encountered:
@Devan021 looks like trying to reinstall the notebook package might help?
Would you be able to share more information on how you installed notebook on your system. We usually recommend using virtual environment to properly isolate dependencies. But your logs suggest this is a system-wide install so something like the following might work:
jupyter notebook
Traceback (most recent call last):
File "/usr/bin/jupyter-notebook", line 5, in
from notebook.notebookapp import main
ModuleNotFoundError: No module named 'notebook.notebookapp'
The text was updated successfully, but these errors were encountered: