-
-
Notifications
You must be signed in to change notification settings - Fork 73
Description
Describe the bug 🖍️
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)
- OS: WSL on Windows
- Python environment:
- Python version: 3.11
- plotly-resampler environment:
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 version: "0.11.0rc0"
Additional context
Add any other context about the problem here.