Skip to content

Dynamic aggregation without a server #100

Answered by jonasvdd
AhmedThahir asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @AhmedThahir,

Great question, however for me, it is not 100% clear what you mean with dynamic aggregation without a server. Do you mean:

  • Allowing dynamic aggregation within a serialized HTML of a notebook: this will never work, as our dynamic aggregation logic is written in Python, and thus a python kernel is needed to achieve this.
  • Allowing dynamic aggregation without starting a server: this can be achieved with the FigureWidgetResampler.

Additionally, as for now, both FigureWidget and FigureWidgetResampler do not serialize into a plotly-interactive figure when converting a notebook into HTML. As a workaround, you can use the .show method on such a figure. I suppose this should be i…

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by AhmedThahir
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@jvdd
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
documentation Improvements or additions to documentation question Further information is requested
3 participants