-
Notifications
You must be signed in to change notification settings - Fork 229
ipympl version 0.6.3 is incompatible with matplotlib 3.3.4 #303
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
Indeed That said I wasn't able to replicate the error. @kthare10 can you please post a small complete test case that causes this error?(it should contain all necessary imports etc) . |
The fix is probably to take the current version from the nbagg backend which can be found here: https://github.com/matplotlib/matplotlib/blob/a510e32a37a8b4e0bc4e8384df20c7b45abd9913/lib/matplotlib/backends/backend_nbagg.py#L246 |
I realized why I couldn't reproduce, I was misled by the
|
As a workarond @kthare10 you can set set interactive mode to true with |
Thanks! Appreciate it! |
Uh oh!
There was an error while loading. Please reload this page.
Describe the issue
ipympl version 0.6.3 is incompatible with matplotlib 3.3.4
Exception
draw() throws an exception shown below when trying to access
_activeQue
in matplotlib/_pylab_helpers.py. This member only exists in matplotlib version 3.2.2 and has been removed in version 3.3.*Versions
python -c "import sys; print('\n',sys.version); import ipympl; print('ipympl version:', ipympl.version)" && jupyter --version && jupyter nbextension list && jupyter labextension list
3.8.6 | packaged by conda-forge | (default, Dec 26 2020, 05:05:16)
[GCC 9.3.0]
ipympl version: 0.6.3
jupyter core : 4.7.1
jupyter-notebook : 6.2.0
qtconsole : not installed
ipython : 7.20.0
ipykernel : 5.4.2
jupyter client : 6.1.11
jupyter lab : 3.0.5
nbconvert : 6.0.7
ipywidgets : 7.6.3
nbformat : 5.1.2
traitlets : 5.0.5
Known nbextensions:
config dir: /opt/conda/etc/jupyter/nbconfig
notebook section
jupyter-matplotlib/extension enabled
- Validating: OK
nbresuse/main enabled
- Validating: OK
jupyter-js-widgets/extension enabled
- Validating: OK
JupyterLab v3.0.5
/opt/conda/share/jupyter/labextensions
jupyter-matplotlib v0.8.3 enabled OK
@jupyter-widgets/jupyterlab-manager v3.0.0 enabled OK (python, jupyterlab_widgets)
Other labextensions (built into JupyterLab)
app dir: /opt/conda/share/jupyter/lab
jupyterlab-sos v0.8.0 enabled OK
transient-display-data v0.4.1 enabled OK
The text was updated successfully, but these errors were encountered: