Compatibility of jupyter-widgets/base with JupyterLab 1.2 and 2.0
See original GitHub issueHello! I hope this is the right place to open this issue.
With @nicolaskruchten we’re trying to upgrade the plotlywidget
JS package to work with JupyterLab 2.0 and running into a problem related to @jupyter-widgets/base
… Version 1.5.3 of our package depends on version 2.0.0 of @jupyter-widgets/base
and works in JupyterLab 1.2, which is great. When we try to upgrade to version 3.0.0 we gain JupyterLab 2.0 support, but it no longer works with JupyterLab 1.2. Is this a known limitation? Is it intended that JS packages depending on @jupyter-widgets/base
can work both with JupyterLab 1.2 and 2? Thank you 😃.
Issue Analytics
- State:
- Created 4 years ago
- Comments:10 (6 by maintainers)
Top Results From Across the Web
ipywidgets changelog — Jupyter Widgets 7.6.5 documentation
The main change in this release is that installing ipywidgets 7.6.0 will now automatically enable ipywidgets support in JupyterLab 3.0—a user has no...
Read more >@jupyter-widgets/jupyterlab-manager NPM | npm.io
Version compatibility · For JupyterLab 0.30, use jupyter labextension install @jupyter-widgets/jupyterlab-manager@0.31 · For JupyterLab 0.31rc1, use jupyter ...
Read more >Jupyter Widgets JupyterLab Extension - PyPI
Version compatibility · For JupyterLab 0.30, use jupyter labextension install @jupyter-widgets/jupyterlab-manager@0.31 · For JupyterLab 0.31rc1, use jupyter ...
Read more >@jupyter-widgets/jupyterlab-manager - npm package | Snyk
The npm package @jupyter-widgets/jupyterlab-manager was scanned for known vulnerabilities and missing license, and no issues were found. Thus the package was ...
Read more >How to get ipywidgets working in Jupyter Lab? - Stack Overflow
JupyterLab now prefers a model where arbitrary javascript is no longer allowed to be embedded in a cell's output, which is how many ......
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Thanks @jasongrout! Unfortunately this doesn’t appear to resolve our issue in JupyterLab 1.2… I still get the following output, which doesn’t appear when depending on
^2.0.0
:Sounds like this is resolved over in https://github.com/plotly/plotly.py/pull/2261. Thanks!