Dash graph in flask view

We have a flask site that we would like to use some Dash graphs on, how can we embed our graphs into already existing views on our flask site? Is the best way to do this by using iframes?

Yes, <iframe/>s is the best way to do this right now.

1 Like