-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
[BUG] Dash 2.11 triggers build recommended for @plotly/dash-jupyterlab #2580
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I'm seeing this too, is it possible to switch to using a prebuilt extension? |
hi @likewei92 |
yes. Actually it only happens after 2.11. But this should not be a surprise? It's mentioned in the docs here: https://dash.plotly.com/dash-in-jupyter#display-modes "To use jupyterlab mode, you'll also need to build the @plotly/dash-jupyterlab extension. When you launch a new JupyterLab notebook after installing Dash, you'll be prompted to build @plotly/dash-jupyterlab." |
Hi - we are tidying up stale issues and PRs in Plotly's public repositories so that we can focus on things that are most important to our community. If this issue is still a concern, please add a comment letting us know what recent version of our software you've checked it with so that I can reopen it and add it to our backlog. (Please note that we will give priority to reports that include a short reproducible example.) If you'd like to submit a PR, we'd be happy to prioritize a review, and if it's a request for tech support, please post in our community forum. Thank you - @gvwilson |
Hi @gvwilson, a JupyterLab maintainer here. Just FYI using source extensions is deprecated and I would warmly encourage you to ship a prebuilt extension instead as it is much better UX for users. Otherwise, you are just missing out on anyone who cannot find a right combination of node.js and other tooling (or cannot install them altogether). Of note, plotly itself ships a prebuilt extension since plotly/plotly.py#3142 (with a follow up fix in plotly/plotly.py#3231). The prebuilt extensions are documented in https://jupyterlab.readthedocs.io/en/latest/extension/extension_dev.html#overview-of-extensions This was previously tracked in plotly/jupyter-dash#49. |
cc @marthacryan |
Greetings,
After upgrading to Dash v2.11, I see a build recommended pop-up window for @plotly/dash-jupyterlab.
jupyter-labextension list
showsHere are the installed dash packages
Observed both with JupyterLab v3.6.4 and v3.6.5
Secondary build shouldn't be required
The text was updated successfully, but these errors were encountered: