-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
[Doc]: the matplotlib notebook magic requires notebook<7
#27144
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
That seems reasonable, though I find that whole section somewhat convoluted. Probably should be fixed in figure intro as well. Any interest in making a PR? |
I'm not qualified to make a PR! 😄 I'm just wearing a devops hat here. |
I would like to take a stab at this, at the very least fixing the wording suggested above. |
An important detail to us that we've noticed is that with
isn't sufficient for us. We're interested in more than just basic interactivity (e.g., panning, zooming) but also live updating, for example, the plot changing as data streams in. This is the closest issue to our problem that we've found: matplotlib/ipympl#290 Probably this isn't relevant to the PR in progress; I'm just making a note of functionality that has changed between versions 6 and 7 of |
@qci-amos ipympl should support all of that functionality. You may need to create the figure a cell before the cell where you stream data into it though. |
Closed by #27165 |
Documentation Link
https://matplotlib.org/stable/users/explain/figure/interactive.html#jupyter-notebooks-jupyterlab
Problem
As discussed in this issue:
jupyter/notebook#7115
it sounds like the wording in the documentation should be clarified because a user installing unpinned dependencies will run into a problem with old notebooks.
Suggested improvement
Instead of:
it could say
(I'd also suggest a better error message somewhere)
The text was updated successfully, but these errors were encountered: