This docs on this page refers to a PREVIOUS VERSION. For the latest stable release, go to https://docs.bokeh.org/

Archived docs for versions <= 1.0.4 have had to be modified from their original published configuration, and may be missing some features (e.g. source listing)

All users are encourage to update to version 1.1 or later, as soon as they are able.

bokeh.application — Bokeh 1.0.3 documentation

bokeh.application

Define the Bokeh application class.

A Bokeh Application is a lightweight factory for creating Bokeh Documents. For example, whenever a new client connects to a Bokeh Server, the server uses the Application to generate a unique new document, to service the client session. The application performs this task by invoking the modify_document method of any Handler objects that it is configured with.