ipywebrtc
ipywebrtc copied to clipboard
Widgets non functional in jupyterlab 2.x
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.
@martinRenou can this be related to the '@jupyter-widgets/base' dependency version?
Yes we never took time to enable JupyterLab 2, the JS tests needs to be fixed for JLab 2
Hello, Same problem here but with JupyterLab v2.2.8. Thank you for your help !
I'm assuming everybody moved on to jupyter lab 3, where it's working.