Skip to content

Is there a way to export the dash layout as an html? #145

Description

@diego-ardila-alvarez

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions