question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Updating "JupyterLab Support" Docs + Prebuilt JupyterLab 3.0 extension

See original GitHub issue

Greetings. 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:closed
  • Created 3 years ago
  • Comments:7 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
aiqccommented, Jun 2, 2021

Ohhhh @fcollonval now I see what you were saying by “you did it.” Ha.

1reaction
nicolaskruchtencommented, Jun 2, 2021

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found