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

Widgets non functional in jupyterlab 2.x #83

Closed
str4w opened this issue Jun 11, 2020 · 4 comments
Closed

Widgets non functional in jupyterlab 2.x #83

str4w opened this issue Jun 11, 2020 · 4 comments

Comments

@str4w
Copy link

str4w commented Jun 11, 2020

After making a fresh install of jupyterlab 2.1.4, was unable to get ipywebrtc to work in lab, worked fine in notebook.

In notebook interface within jupyterlab, got following error.
Error displaying widget: model not found

On the console, errors of the form
blabla "not registered as a widget module"

These appeared to be traced back to the @jupyter-widgets/jupyterlab-manager being at version 2.0.0, which I think is the real source of the problem. Further in the console log there was an error

"No provider for: jupyter.extensions.jupyterWidgetRegistry."

However, the only way I found to get the version of this extension down to 1.x was to downgrade jupyter.

@thewtex
Copy link
Contributor

thewtex commented Jun 26, 2020

@martinRenou can this be related to the '@jupyter-widgets/base' dependency version?

@martinRenou
Copy link
Collaborator

Yes we never took time to enable JupyterLab 2, the JS tests needs to be fixed for JLab 2

@Raska
Copy link

Raska commented Oct 14, 2020

Hello,
Same problem here but with JupyterLab v2.2.8.
Thank you for your help !

@maartenbreddels
Copy link
Owner

I'm assuming everybody moved on to jupyter lab 3, where it's working.

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

5 participants