Export Page as HTML

You should be able to export the (static) HTML layout of a Dash app in a given state. However, interactivity enabled by callbacks (except for clientside callbacks) cannot be exported, as callbacks rely on a Flask server backend.

2 Likes