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
Hi! I'm trying to produce a few simple bounding boxes for a set of images. Unfortunately, I run into the following error using the basic example from the project readme:
Clicking the box expands the following message:
[Open Browser Console for more detailed log - Double click to close this message]
Failed to load model class 'InnotaterModel' from module 'jupyter-innotater'
Error: No version of module jupyter-innotater is registered
at f.loadClass (http://localhost:8888/lab/extensions/@jupyter-widgets/jupyterlab-manager/static/134.083e6b37f2f7b2f04b5e.js?v=083e6b37f2f7b2f04b5e:1:74855)
at f.loadModelClass (http://localhost:8888/lab/extensions/@jupyter-widgets/jupyterlab-manager/static/150.467514c324d2bcc23502.js?v=467514c324d2bcc23502:1:10721)
at f._make_model (http://localhost:8888/lab/extensions/@jupyter-widgets/jupyterlab-manager/static/150.467514c324d2bcc23502.js?v=467514c324d2bcc23502:1:7517)
at f.new_model (http://localhost:8888/lab/extensions/@jupyter-widgets/jupyterlab-manager/static/150.467514c324d2bcc23502.js?v=467514c324d2bcc23502:1:5137)
at f.handle_comm_open (http://localhost:8888/lab/extensions/@jupyter-widgets/jupyterlab-manager/static/150.467514c324d2bcc23502.js?v=467514c324d2bcc23502:1:3894)
at _handleCommOpen (http://localhost:8888/lab/extensions/@jupyter-widgets/jupyterlab-manager/static/134.083e6b37f2f7b2f04b5e.js?v=083e6b37f2f7b2f04b5e:1:73392)
at b._handleCommOpen (http://localhost:8888/static/lab/jlab_core.da7da3bf6a92a54183c1.js?v=da7da3bf6a92a54183c1:2:994423)
at async b._handleMessage (http://localhost:8888/static/lab/jlab_core.da7da3bf6a92a54183c1.js?v=da7da3bf6a92a54183c1:2:996413)
I'm trying to run jupyter-innotater inside Jupyter Lab, having installed it via conda install -c conda-forge jupyter_innotater.
Here's the output of jupyter --version, just in case. If more input is helpful to debug this issue, please let me know.
I don't have any time or funding to do this myself right now. I would be very happy to accept a Pull Request if anyone wants to take a look.
I would support a PR that simply works with ipywidgets 8.0+ without backwards compatibility.
I hope this helps explain the problem at least... In the meantime, it should be possible to get Innotater (and many other widgets!) to work with slightly older versions of your setup, in particular ipywidgets 7.
Hi! I'm trying to produce a few simple bounding boxes for a set of images. Unfortunately, I run into the following error using the basic example from the project readme:
Clicking the box expands the following message:
I'm trying to run jupyter-innotater inside Jupyter Lab, having installed it via
conda install -c conda-forge jupyter_innotater
.Here's the output of
jupyter --version
, just in case. If more input is helpful to debug this issue, please let me know.The text was updated successfully, but these errors were encountered: