-
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
zoom and move buttons broken for mpl 3.7.0 #516
Comments
@Linusnie are you using ipympl in vscode or in jupyterlab? |
I'm using jupyterlab |
Ok great. Two follow up questions:
|
in case it's relevant, things like |
Update: looks like the problem is caused by an incompatibility with matplotlib. If I try the same notebook in vs code it prints out the following error message when I try to use the plot (not sure why it doesn't show up when using jupyterlab).
After downgrading matplotlib using |
Ahh indeed broken for the new matplotlib. Thank you for reporting!
You can see the errors by going |
I think the breakage is caused by matplotlib/matplotlib#23473 which requires us to add modifiers to events from javascript side, because we don't rely on mpl.js we did pick up the changes from that side, only the python side. |
Thanks again for reporting @Linusnie ! The fix has been merged, trying to remember how to make a release now - once that's done version |
@Linusnie should be fixed in the now release version |
@ianhi awesome! thanks for the quick response |
Is it really fixed? |
After installing jupyterlab and ipympl I'm able to make plots that can be displayed and resized, but the move and zoom buttons don't work. Tooltips are shown if I hover the cursor over the buttons, but clicking them gives no response.
I also posted in #70 which was closed as outdated
package versions:
jupyter labextension list
returns the following:The text was updated successfully, but these errors were encountered: