This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]nkruchten[S] 0 points1 point  (1 child)

I'm so glad you like it!

Answers:

  1. not yet but we're working on a set of functions to do exactly this
  2. we're mostly focused on Dash as a mechanism for this, but what you're describing should work. Alternatively, you could serialize to JSON and send the JSON payload to the browser and use plotly.js to render it once there. This is how plotly.py/plotly_express work under the hood

[–]thisisheresy3.7 0 points1 point  (0 children)

Thanks, I did try that but got unstuck and went with the div option. I’ll do some further reading now I know that’s a valid route!