File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -88,10 +88,12 @@ def register_plotly_resampler(mode="auto", **aggregator_kwargs):
88
88
We advise to use mode= ``widget`` when working in an IPython based environment
89
89
as this will just behave as a ``go.FigureWidget``, but with dynamic aggregation.
90
90
When using mode= ``auto`` or ``figure``; most figures will be wrapped as
91
- [`FigureResampler`][figure_resampler.FigureResampler],
92
- on which
93
- [`show_dash`][figure_resampler.FigureResampler.show_dash]
94
- needs to be called.
91
+ [`FigureResampler`][figure_resampler.FigureResampler], on which
92
+ [`show_dash`][figure_resampler.FigureResampler.show_dash] needs to be called.
93
+
94
+ !!! note
95
+ This function is mostly useful for notebooks. For dash-apps, we advise to look
96
+ at the dash app examples on [GitHub](https://github.com/predict-idlab/plotly-resampler/tree/main/examples#2-dash-apps)
95
97
96
98
Parameters
97
99
----------
You can’t perform that action at this time.
0 commit comments