-
Notifications
You must be signed in to change notification settings - Fork 224
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
Update for ipywidgets 7.0 and JupyterLab 0.28 #21
Conversation
@tacaswell @SylvainCorlay, I had one bug that I can't figure out. I sometimes get the following error that is cleared by restarting the kernel: |
cc @jasongrout |
Note that the video above shows it creating a new window to download. I changed it so that it automatically downloads '<figure_title>.png` without navigating away from the page. |
Note that the following also works (should this close #9)?: %matplotlib ipympl
import matplotlib.pyplot as plt
plt.plot([0, 1, 2, 2])
plt.show() |
Found the source of the usage error: Ensured that we always get "ipympl" in 676ea16. |
Ah, the problem is that the addition of |
Good catch for the IPython backend name! |
Sweet! Can you add me to the PyPI maintainers? |
Done! |
Fixes #15.
window.open
.