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.client — Bokeh 1.0.3 documentation

bokeh.client

Provides client API for connecting to a Bokeh server from a Python process.

The primary uses for the bokeh.client are:

  • Implementing testing infrastructure around Bokeh applications
  • Creating and customizing specific sessions of a Bokeh application running in a Bokeh Server, before passing them to a viewer.

While it is also possible to run Bokeh application code “outside” a Bokeh server using bokeh.client, this practice is HIGHLY DISCOURAGED.