You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I got an error where it says that from dash._jupyter import JupyterDash, _jupyter_config, make_server, retry
ImportError: cannot import name 'retry' from 'dash._jupyter'
Reproducing the bug 🔍
using poetry together with this packages
plotly = ">=6.0.0,<7.0.0"
dash = "^3.0.0"
dash-bootstrap-components = ">=1.7.1,<2.0.0"
dash-bootstrap-templates = ">=2.1.0,<3.0.0"
dash-auth = ">=2.3.0,<3.0.0"
dash-mantine-components = "^1.1.1"
dask = "^2025.3.0"
plotly-resampler = "0.11.0rc0"
Expected behavior 🔧
It should load the server without getting errors
Screenshots 📸
If applicable, add screenshots to help explain your problem.
Environment information: (please complete the following information)
Describe the bug 🖍️
Reproducing the bug 🔍
Expected behavior 🔧
Screenshots 📸
Environment information: (please complete the following information)
plotly = ">=6.0.0,<7.0.0"
dash = "^3.0.0"
dash-bootstrap-components = ">=1.7.1,<2.0.0"
dash-bootstrap-templates = ">=2.1.0,<3.0.0"
dash-auth = ">=2.3.0,<3.0.0"
dash-mantine-components = "^1.1.1"
dask = "^2025.3.0"
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: