Plotly does not support Jupyter Lab 2.0.1 version
See original GitHub issueWhen I try to install Plotly with JupyterLab 2.0.1 I get the following error:
ValueError: The extension "@jupyterlab/plotly-extension" does not yet support the current version of JupyterLab.
Conflicting Dependencies:
JupyterLab Extension Package
>=2.0.1 <2.1.0 >=1.3.0 <2.0.0 @jupyterlab/rendermime-interfaces
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Jupyterlab 2.0 support - Plotly Community Forum
Hi all, Is it currently possible to run plotly widgets inside the new jupyterlab version (https://github.com/jupyterlab/jupyterlab/releases) ...
Read more >Plotly express is not rendered in jupyter lab - Stack Overflow
I'm running jupyterlab in a Docker container which did not yet have ... might want to change that to whatever is the latest...
Read more >Plotly backend does not work in jupyterlab? - HoloViews
Could you report your versions especially for HoloViews? I suspect this is something to do with the jQuery shipped with the JupyterLab extension ......
Read more >plotly · PyPI
JupyterLab 2.x renderer support jupyter labextension install ... The kaleido package has no dependencies and can be installed using pip.
Read more >plotlywidget | Yarn - Package Manager
Install with jupyter labextension install plotlywidget in JupyterLab, otherwise just install Plotly.py and it will automatically work in Classic Notebooks.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop 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
Top GitHub Comments
@nicolaskruchten Thanks for your kindly reply.
jupyter labextension install jupyterlab-plotly
save my day.See https://github.com/plotly/plotly.py/issues/2994 regarding JupyterLab 3 support.