Dynamic aggregation without a server #100
-
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
|
Hi @AhmedThahir, Great question, however for me, it is not 100% clear what you mean with dynamic aggregation without a server. Do you mean:
Additionally, as for now, both Hope this answers your question. |
Beta Was this translation helpful? Give feedback.
-
|
Yeppp exactly what I thought. Thanks again! Again, this can be found from the documentation, but it's not very clear. If you could add this also as |
Beta Was this translation helpful? Give feedback.
-
Not for now, but a potential idea |
Beta Was this translation helpful? Give feedback.

Hi @AhmedThahir,
Great question, however for me, it is not 100% clear what you mean with dynamic aggregation without a server. Do you mean:
FigureWidgetResampler.Additionally, as for now, both
FigureWidgetandFigureWidgetResamplerdo not serialize into a plotly-interactive figure when converting a notebook into HTML. As a workaround, you can use the.showmethod on such a figure. I suppose this should be i…