-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
nbagg backend stops working #4168
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
Is there any output from the console? |
No, there is no message on the ipython console. Restarting the current kernel and running all cells again does not help either. |
What browser? I have seen issues with clicking too fast and something gets out of sync with the comms. |
I see this issue in the current version of Chrome (40.0.2214.115 m). On Internet Explorer 11 I cannot reproduce the problem here. |
attn @minrk who on the IPython side should we ping about this sort of thing? |
Just to test if this is any different with a newer IPython version I installed the current github IPython/Jupyter 3.0 development version and can still reproduce the issue. |
@tacaswell pinging me is fine. After a bit of digging, it appears that the problem is related to I think moving the |
#4171 moves the assignment of |
With the the current matplotlib version 1.4.3 using python 3.4.1 from Anaconda on Windows 7 I tried using the new nbagg backend.
The test code is
This gives me a plot with the interactive controls from the nbagg backend. Now I can use the pan tool and move the axis a little bit. This works 3-4 times, after than the pan tool stops work, similarly the zoom tool. The download button is the only one working, all other functions cease to run.
The text was updated successfully, but these errors were encountered: