predict-idlab / plotly-resampler

Visualize large time series data with plotly.py
https://predict-idlab.github.io/plotly-resampler/latest
MIT License
1k stars 67 forks source link

♻️ deprecate JupyterDash in favor for updated Dash version #233

Closed NielsPraet closed 1 year ago

NielsPraet commented 1 year ago

This PR starts the transition to using JupyterDash integrated in Dash itself (from Dash version 2.11.0 onwards). As the codebase for the Jupyter integration in Dash is currently pretty rigid, the inline_persistent mode can't be effectively implemented. For this reason, the JupyterDash dependency is still required when the inline_persistent mode is to be used. If this mode is not required, JupyterDash now is an optional dependency.

Might also introduce a fix for #123, but that remains to be seen.