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.

info — Bokeh 0.12.14 documentation

info

To display information about Bokeh and Bokeh server configuration, type bokeh info on the command line.

bokeh info

This will print general information to standard output, such as Python and Bokeh versions:

Python version      :  2.7.11
IPython version     :  4.0.1
Bokeh version       :  0.11.0
BokehJS static path :  /opt/anaconda/lib/python3.4/site-packages/bokeh/server/static

Sometimes it can be useful to get just paths to the BokehJS static files in order to configure other servers or processes. To do this, use the --static option

bokeh info --static

This will produce output like what is shown below

/opt/anaconda/lib/python3.4/site-packages/bokeh/server/static
class Info(parser)[source]

Subcommand to print information about Bokeh and Bokeh server configuration.

invoke(args)[source]
name = 'info'

name for this subcommand