-
Notifications
You must be signed in to change notification settings - Fork 928
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
ModuleNotFoundError: No module named 'jupyter_server.contents' switching to Python kernel #24436
Comments
Filed jupyter/notebook#7048 |
#24443 will be used to track this |
The same issue with notebook 6.5.4 |
The Workaround: Command Line:
After I did this, I was finally able to open up my Jupyter Notebook (via Anaconda3) without the OP's error. |
thanks @Miguel-TX, that worked for me |
+1, @Miguel-TX that worked for me as well... |
Thanks @Miguel-TX, it worked 👍 |
For anyone else hitting this - we just released a new version of ADS which checks to make sure that traitlets package is 5.9.0. So if you update to the latest version then that should handle it for you. |
Thanks man it worked |
Thank you @Miguel-TX. It worked |
Thanks @Miguel-TX this was very helpful |
thanks that works 🙏 |
worked for me as well |
lifesaver, genius! |
You are my hero @Miguel-TX . Love from china |
Thanks a lot! |
broo you are good it worked for me too thanks man saved my day bro |
Thanks @Miguel-TX, It worked! |
Thanks man , It worked |
Thanks @Miguel-TX. It worked for me too! |
Thanks @Miguel-TX ! It worked too ! :) |
It works, awsome!!! |
It worked. Thanks a lot |
Works perfectly! |
For me 5.8.0 did the job on macos |
Thanks @Charles-Gagnon for the solution! |
thx @Miguel-TX it work for me too |
Thanks!! it worked very well |
Thanks!! I had the same issue. It worked for me. |
Please anyone can help bc i have been battling with this for the past 3 days. It didn't open the camera at the module (avatarify) C:\Users\matek\avatarify-python> |
notebook==6.5.5 |
notebook==6.5.5 |
For the sake of completeness, this can also be done with
(Note the use of a single Don't worry, this won't install two versions of |
It worked for me. Thanks!! |
Tried
Upgrade the notebook helps.
|
Started seeing this after the installing the 6.5.5 version of the notebook package for the python kernel. Unclear exactly what's causing it currently though.
While this issue was caused by switching to 6.5.5 (through the RC1 build) it also affects stable so seems to be something related to the packages themselves.
Additional info:
$(Python)\Python38\site-packages\notebook\notebookapp.py
from'jupyter_server.contents.services.managers.ContentsManager'
to
'jupyter_server.services.contents.manager.ContentsManager'
seems to fix the issue.
The text was updated successfully, but these errors were encountered: