Open akhmerov opened 1 year ago
Thanks for opening an issue. Do you see another error in the JS console prior to the semver range ^0.11 is not registered
one?
Ah, you're right! I see
Do you see core widgets working?
from ipywidgets import IntSlider
IntSlider()
Indeed, I did confirm that.
Mmmh I cannot reproduce your issue with ipywidgets=7.7.2
and ipympl=0.9.2
, I also confirmed that I have the same labextension versions for jupyter-matplotlib
and @jupyter-widgets/jupyterlab-manager
, which is the minimum for ipympl to work.
I suspect one other installed labextension is breaking things up. Could you recreating your environment with less extensions to try to spot the culprit?
I can reproduce the "Error displaying widget: model not found" issue with ipywidgets=7.7.2
and ipympl=0.9.2
. I also confirmed that I have the same labextension versions for jupyter-matplotlib
and @jupyter-widgets/jupyterlab-manager
.
Core widgets are working.
jupyter labextension list
JupyterLab v3.5.0
/opt/jupyterhub/share/jupyter/labextensions
jupyterlab_pygments v0.2.2 enabled OK (python, jupyterlab_pygments)
bqplot v0.5.37 enabled OK (python, bqplot)
jupyter-threejs v2.4.0 enabled OK (python, pythreejs)
jupyterlab-datawidgets v7.1.2 enabled OK
jupyterlab-jupytext v1.3.8+dev enabled OK (python, jupytext)
nbdime-jupyterlab v2.1.1 enabled OK
nglview-js-widgets v3.0.1 enabled OK
jupyter-matplotlib v0.11.2 enabled OK
@jupyter-widgets/jupyterlab-manager v3.1.1 enabled OK (python, jupyterlab_widgets)
Might downgrading ipywidgets
be a solution?
Hey all, I am experiencing similar issue. Here is my configuration:
JupyterLab v3.4.6
/venv/share/jupyter/labextensions
jupyter-matplotlib v0.11.2 enabled OK
jupyterlab-plotly v5.11.0 enabled OK
jupyterlab-tour v3.1.4 enabled OK (python, jupyterlab-tour)
jupyterlab_pygments v0.2.2 enabled OK (python, jupyterlab_pygments)
adh-jupyterlab-extension v0.1.0 enabled OK (python, adh-jupyterlab-extension)
jupyterlab-tabular-data-editor v1.0.0 enabled OK (python, jupyterlab-tabular-data-editor)
@jupyter-widgets/jupyterlab-manager v3.1.4 enabled OK (python, jupyterlab_widgets)
@retrolab/lab-extension v0.3.21 enabled OK
@voila-dashboards/jupyterlab-preview v2.1.6 enabled OK (python, voila)
Other labextensions (built into JupyterLab)
app dir: /venv/share/jupyter/lab
@j123npm/qgrid2 v1.1.4 enabled OK
@plotly/dash-jupyterlab v0.4.3 enabled OK
jupyterlab-dash v0.4.2 enabled OK
jupyterlab-interactive-dashboard-editor v0.4.0 enabled OK
ipympl 0.9.2 pyhd8ed1ab_0 conda-forge
ipywidgets 7.7.1 pyhd8ed1ab_0 conda-forge
matplotlib 3.5.3 py310hff52083_2 conda-forge
Was anyone able to resolve it?
Describe the issue
I seem to observe the incompatibiltiy similar to one previously reported in #161: widget model not found and JS console with an error. This is using the latest versions of everything as far as I can tell.
Versions