Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can u please guide me how to resolve this issue #7032

Closed
Devan021 opened this issue Sep 5, 2023 · 3 comments
Closed

Can u please guide me how to resolve this issue #7032

Devan021 opened this issue Sep 5, 2023 · 3 comments
Labels
bug status:Needs Info status:Needs Triage Applied to issues that need triage

Comments

@Devan021
Copy link

Devan021 commented Sep 5, 2023

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'

@Devan021 Devan021 added bug status:Needs Triage Applied to issues that need triage labels Sep 5, 2023
@jtpio
Copy link
Member

jtpio commented Sep 5, 2023

@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:

pip install --upgrade --force-reinstall notebook 

@andrii-i
Copy link
Contributor

andrii-i commented Sep 8, 2023

@Devan021, have you been able to reinstall the notebook as suggested above?

pip install --upgrade --force-reinstall notebook

@Devan021
Copy link
Author

Thank you guys with your support the issue is fixed ..>
Requesting to close this issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug status:Needs Info status:Needs Triage Applied to issues that need triage
Projects
None yet
Development

No branches or pull requests

4 participants