You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for raising this - this issue is pretty confusing to me as the code has obviously been static for a while, and as far as I know javascript dependencies are pinned, although maybe not strictly enough.
I'll look into this ASAP but any help would be appreciated. The same issue is raised in #33
[Open Browser Console for more detailed log - Double click to close this message]
Failed to load view class 'null' from module '@jupyter-widgets/controls'
Error: Class null not found in module @jupyter-widgets/controls
at f.loadClass (http://localhost:8888/lab/extensions/@jupyter-widgets/jupyterlab-manager/static/134.a63a8d293fb35a52dc25.js?v=a63a8d293fb35a52dc25:1:75244)
at async f.loadViewClass (http://localhost:8888/lab/extensions/@jupyter-widgets/jupyterlab-manager/static/336.ebc7a55ea1768712771f.js?v=ebc7a55ea1768712771f:1:10958)
at async http://localhost:8888/lab/extensions/@jupyter-widgets/jupyterlab-manager/static/336.ebc7a55ea1768712771f.js?v=ebc7a55ea1768712771f:1:2808
at async Promise.all (index 0)
I tried to downgrade ipywidgets to 7.7.2 but then I have to downgrade in cascade every other package and can't make it work.
I tried this too, but the resolver package entered in loop.
ryukinix
added a commit
to ryukinix/egsis
that referenced
this issue
Oct 7, 2023
Hello !
I am struggling at installing ipyannotations on jupyterlab.
The widget loads and I can draw polygons but it doesn't save anything into widget.data.
Here is a dump of python packages/labextensions:
I tried to downgrade ipywidgets to 7.7.2 but then I have to downgrade in cascade every other package and can't make it work.
thanks
The text was updated successfully, but these errors were encountered: