-
Notifications
You must be signed in to change notification settings - Fork 10
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
Failed to load model Class 'DCEFWidgetModel' from Module 'buckaroo' #103
Comments
can you please run
and paste the results. Also try I think that Jupyter hasn't properly loaded the JS. |
import buckaroo Selected Jupyter core packages... /apps/vals/services/jupyter-notebook/latest/jhub-py39/lib/python3.9/site-packages/buckaroo/init.py |
getting the same error even after the steps suggested above |
It looks like you are on a very old version of Jupyter Lab, 0.35.6 Please upgrade to jupyter lab 3.6.0 or greater I need to fix the package.toml per this bug #65 Also if you just want to try out buckaroo, try this google colab link |
#duplicate 65 |
Thanks for giving buckaroo a try! Sorry the initial install experience left you with these bugs. The reports are really helpful for polishing buckaroo in different environments. |
I had just installed backaroo for the first time and was getting the same error:
Restarting the python kernel didn't cause the error to go away. After restarting my jupyter server though, the error did go away. @paddymul maybe add that Jupyter needs to be restarted for backaroo to run properly? Thanks for a great project! |
This is a bug with Jupyter. But it looks like a buckaroo bug. The error is thrown from javascript, so I don't think I can injecrt any javascript to test for the conditions... (but maybe I can). The other thing I could do is check the MTIME on the buckaroo package and the uptime on the jupyter server (somehow???), compare them. If the buckaroo package was installed after the jupyter server was started, then throw an error from python (which does reliably install and run), exlain to the user that they need to restart the jupyter server. I'm aware of bugs around this, but they tend to happen infrequently. For pushing adoption my biggeest problem is top of the funnel (awareness) as opposed to people getting a loading error and giving up. |
I am getting an error while trying to run Buckaroo in JupyterLab. Here is the message I am getting (see below). How can I fix this?
"""Failed to load model class 'DCEFWidgetModel' from module 'buckaroo'
Error: No version of module buckaroo is registered
at f.loadClass (https...)
at f.loadModelClass (https...)
at f._make_model (https...)
at f.handle_comm_open (https...)"""
The text was updated successfully, but these errors were encountered: