-
Notifications
You must be signed in to change notification settings - Fork 228
%matplotlib widget not working in jupyter lab #148
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
Comments
What instructions did you follow for installing |
Just It works now after running the following bash commands.
Edit: Must restart jupyter server after running these commands |
Thanks, "restart" was the critical instruction for me. It wasn't enough the quit and start again jupyterlab in the terminal, only after restarting the computer the plots finally worked |
Usually clearing the browser cache is the important step |
FWIW I had same problem, but had to avoid using conda, and was required to use virtual envs with python. This ended up being something like (in total):
Because of the venv, you later start jupyter with:
Hope this helps others. |
All of those are because they did not restart JupyterLab matplotlib#275 matplotlib#148 matplotlib#66 matplotlib#201 Happened to me also, It might make people run back to notebook
Same problem here, restarting kernel not work for me. only when I restart jupyter lab from terminal it works. (%matplotlib widget) |
upgrade pip
in anaconda prompt |
Running a cell in jupyter lab with
%matplotlib widget
results in:Canvas(toolbar=Toolbar(toolitems=[('Home', 'Reset original view', 'home', 'home'), ('Back', 'Back to previous …
Running the cell more than once results in:
KeyError: '97acd0c8fb504a2288834b349003b4ae'
My environment:
The text was updated successfully, but these errors were encountered: