question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Still getting "Model not found" error instead of static figure when saving and re-opening the notebook

See original GitHub issue

Hi, unfortunately, I am still seeing this error after re-opening the notebook. Screenshot at 2022-06-29 16-31-42

The console log from Chrome: Screenshot at 2022-06-29 16-33-54

Versions:

jupyter_client            7.3.1              pyhd8ed1ab_0    conda-forge
jupyter_core              4.10.0           py39hf3d152e_0    conda-forge
jupyter_server            1.17.0             pyhd8ed1ab_0    conda-forge
jupyterlab                3.4.2              pyhd8ed1ab_0    conda-forge
jupyterlab_pygments       0.2.2              pyhd8ed1ab_0    conda-forge
jupyterlab_server         2.14.0             pyhd8ed1ab_0    conda-forge
jupyterlab_widgets        1.1.0              pyhd8ed1ab_0    conda-forge

matplotlib                3.5.2            py39hf3d152e_0    conda-forge
matplotlib-base           3.5.2            py39h700656a_0    conda-forge
matplotlib-inline         0.1.3              pyhd8ed1ab_0    conda-forge

ipydatawidgets            4.3.1.post1        pyhc268e32_0    conda-forge
ipykernel                 6.13.0           py39hef51801_0    conda-forge
ipympl                    0.9.1              pyhd8ed1ab_0    conda-forge
ipython                   8.4.0            py39hf3d152e_0    conda-forge
ipython_genutils          0.2.0                      py_1    conda-forge
ipywidgets                7.7.0              pyhd8ed1ab_0    conda-forge

Thanks for any help!

_Originally posted by @nvaytet in https://github.com/matplotlib/ipympl/issues/343#issuecomment-1170066433_

Issue Analytics

  • State:open
  • Created a year ago
  • Comments:10 (5 by maintainers)

github_iconTop GitHub Comments

2reactions
jklymakcommented, Jul 7, 2022

I can confirm that downgrading (mamba install jupyterlab=3.0.0) also fixes this issue for me.

1reaction
martinRenoucommented, Jun 29, 2022

Looks like I’m not the only one closing issues unintentionally https://twitter.com/choldgraf/status/1542169522282860550?s=20&t=7WHeO5lmM8dD62HwB5qHsg

Read more comments on GitHub >

github_iconTop Results From Across the Web

Jupyter-matplotlib: Error displaying widget: model not found
https://github.com/matplotlib/jupyter-matplotlib. I get the error when executing a simple example: Error displaying widget: model not found
Read more >
Troubleshooting in Python - Plotly
The easiest solution is to force the notebook renderer to reload by calling fig.show("notebook") instead of just fig.show() . If this problem is...
Read more >
Jupyter Notebook 6.5.2 documentation - Read the Docs
Notebook documents contains the inputs and outputs of a interactive session as well as additional text that accompanies the code but is not...
Read more >
Jupyter Notebook Documentation - Read the Docs
For example, publication-quality figures rendered by the matplotlib ... Fix: jQuery-UI 404 Error by updating dependency path in static ...
Read more >
Nothing displaying in Jupyter - Panel - HoloViz Discourse
You might also need to clear the notebook output, save, close the browser, reopen and hard refresh to make it use those versions....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found