-
Notifications
You must be signed in to change notification settings - Fork 225
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
Error: No version of module jupyter-matplotlib is registered #547
Comments
Did you refresh the web page after the installation? |
I did, and rebooted the remote server where the jupyter is running to be sure. |
Given your information it's difficult to understand what is wrong unfortunately. You may want to check that you don't have multiple conflicting jupyter installed. Playing around with |
This has been the problem indeed. There was one installation of Jupyter Hub which appears to be serving the browser window, and one in the current environment (I've tried to uninstall the latter with pip to avoid confusion in the future, but it appears to be needed, as without it cells outputs don't show). Anyway, the problem is now solved, thank you! Just to have a reference for those who may face similar problem, here is the list of commands that I've run:
|
Thanks for reporting back with some more information! Glad you fixed it |
I have encountered this problem too after installing the ipympl. However it isn't aroused by the jupyter conflict. Actually what I had done was just to restart the kernel and refresh my browser. |
Describe the issue
After following the installation procedure (pretty much the
pip install ipympl
) and using the%matplotlib widget
magic, an attempt to show a plot produces the following error:Versions
The text was updated successfully, but these errors were encountered: