Closed 0xfeedbac closed 8 months ago
Did you refresh the web page after the installation?
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 which jupyter
and jupyter --paths
commands to check what is your jupyter and where it looks for extensions.
You may want to check that you don't have multiple conflicting jupyter installed. Playing around with
which jupyter
andjupyter --paths
commands to check what is your jupyter and where it looks for extensions.
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:
sudo systemctl cat jupyterhub.service
source /opt/jupyterhub/bin/activate
pip install ipympl
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