Updating "JupyterLab Support" Docs + Prebuilt JupyterLab 3.0 extension
See original GitHub issueGreetings. Is this section of the documentation still up-to-date? https://github.com/plotly/plotly.py#jupyterlab-support
As you probably know, JupyterLab 3.0 allows for prebuilt extensions that can be pip installed. This removes the user-facing dependency on Node.js and skips the lengthy extension/ lab build process, which results in a much smoother experience. Additionally, you could specify ipywidgets
as a pypi dependency of the extension’s setup.py
install_requires=[]
. Making the installation process a one-liner.
Thank you.
Issue Analytics
- State:
- Created 3 years ago
- Comments:7 (4 by maintainers)
Top Results From Across the Web
Extension Migration Guide - JupyterLab Documentation
JupyterLab 3.0 provides a script to upgrade an existing extension to use the new extension system and packaging. First, make sure to update...
Read more >JupyterLab 3.0 is released - Jupyter Blog
JupyterLab extensions can now be distributed as prebuilt extensions, which do not require a user to rebuild JupyterLab or have Node.js installed ...
Read more >JupyterLab prebuilt extensions · Issue #3036 · plotly/plotly.py
JupyterLab 3 supports "prebuilt" pip -installable extensions in addition to "source" extensions like the ones we've been publishing to NPM.
Read more >JupyterLab Versioning - Amazon SageMaker
The process for installing JupyterLab and Jupyter Server extensions differs depending on the JupyterLab version of your Studio instance. In JupyterLab 1, you ......
Read more >JupyterLab 3 is Here: Key reasons to upgrade now - KDnuggets
Prebuilt Jupyter extensions can now be installed by users using popular package managers pip, conda, and mamba. While this is a convenience ...
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 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
Ohhhh @fcollonval now I see what you were saying by “you did it.” Ha.
OK, if someone wants to kick the tires on it, pip install plotly==5.0.0rc1 should “just work” and install the prebuilt extension and it’ll all just work in JLab3 regardless if you have our other extensions already installed.