I have been using plotly for a while now to create plots in Python and export them as interactive html pages. I’m now using Dash to create a webpage where I can view these plots among other things. I was wondering if it’s possible for me to load in one of the plotly html files instead of re-writing all the code that I used to generate the plot to begin with. I know it would be possible to recreate the same plot in Dash, but it would be very convenient to be able to load in the plot that I’ve already created
Related topics
Topic | Replies | Views | Activity | |
---|---|---|---|---|
How to load a plotly html file saved locally to dash and serve | 2 | 1549 | April 26, 2021 | |
Can I load a figure stored as an HTML file (generated using Plotly's python library) within Dash? | 0 | 670 | March 5, 2020 | |
Adding HTML page as DIV tag output in Dash | 4 | 1460 | July 19, 2018 | |
Including html plotly graphs in dash app | 2 | 3283 | February 24, 2020 | |
Html page or dashboard? (easy question) | 6 | 846 | April 22, 2020 |