Export Apps#

While Panel is primarily a library for building applications backed by server or a Python process in the browser it is sometimes useful to export static output, with or without embedded state to add interactivity. This section focuses on exporting Panel as static snapshots, embedding state and accessing the underlying Bokeh models.

Embed state

How to embed app state for usage entirely within Javascript.

Save App to File

How to export an app to a HTML or PNG file.

Access the Bokeh model

How to access the underlying Bokeh model of Panel objects.