-
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
Add instruction to restart jupyterlab #279
Conversation
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
After rebuilding, you should just need to refresh your browser. Restarting forces a refresh, so that works too. |
I tried refreshing a couple of times, it did not work. I still got: |
But restarting did work? That output indicates |
Yes, restart did work. # Testing matplotlib interactions with a simple plot
figure()
imshow(mov0[50])
figure()
imshow(mov1[50])
figure()
imshow(mov2[50]) did not work before I restarted. |
Ah, I'm also presuming that you restarted your kernel after installing the python package. A restart would also force that. |
I tried both kernel restart and browser refresh and it did not work. Thanks |
As far as I'm aware, a complete server restart shouldn't be necessary in general, thought it certainly is sufficient. Maybe there is something more tricky with how things work with ipympl. Anyways, I'm glad you are contributing back what worked for you, and it's up to the maintainers here to review/decide. |
Should we close this ? |
👍🏽 |
All of those are because they did not restart JupyterLab
#275
#148
#66
#201
Happen to me also, might even make people go back to notebook