-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Closed
Description
Is there a way to export the dash layout as an html?
I am familiar with:
import dash
import dash_core_components as dcc
import dash_html_components as html
app = dash.Dash()
...
app.run_server()
In order to render the html output in a browser. Is there a way to directly export the html output into a file? With plotly objects for example, I use,
plot(figure, output_type='div')
To export a single plot as a div. But I would like to combine plots and html components (text, list, etc..) into a single html.
rben01, tomwarrens, ccneko, Imane0 and chaosatom
Metadata
Metadata
Assignees
Labels
No labels