Skip to content
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

Custom Widget built from cookie cutter not working in Jupyter Lab 3.0 #116

Open
cornhundred opened this issue May 25, 2022 · 0 comments
Open

Comments

@cornhundred
Copy link
Contributor

Hi, I am having trouble getting a Jupyter Widget that was built by @thomasballinger using this template working in Jupyter Lab 3.0 (it works in Jupyter notebook)

I raised the issue here and I'll summarize below:

I'm seeing the following error when I try to open the widget in JupyterLab

523.92b431af199caa12622d.js:1 Error: Module observable-jupyter-widget, semver range ^0.1.8 is not registered as a widget module
at x.loadClass (523.92b431af199caa12622d.js:1:5727)
at x. (272.eb0d340d1eec40ac564f.js:1:9479)
at 272.eb0d340d1eec40ac564f.js:1:6081
at Object.next (272.eb0d340d1eec40ac564f.js:1:6186)
at 272.eb0d340d1eec40ac564f.js:1:5122
at new Promise ()
at D (272.eb0d340d1eec40ac564f.js:1:4867)
at x.e._make_model (272.eb0d340d1eec40ac564f.js:1:9358)
at x. (272.eb0d340d1eec40ac564f.js:1:9212)
at 272.eb0d340d1eec40ac564f.js:1:6081
I'm thinking it might be related to this issue:
#39

Here's a link to a Code Ocean capsule that reproduces the issue - works in Jupyter Notebook and does not run in Jupyter Lab - this capsule does a good job of capturing the compute environment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant