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        :  3.11.3 | packaged by conda-forge | (main, Apr  6 2023, 08:57:19) [GCC 11.3.0]
IPython version       :  8.13.2
Tornado version       :  6.3
Bokeh version         :  3.3.0
BokehJS static path   :  /opt/anaconda/envs/test/lib/python3.11/site-packages/bokeh/server/static
node.js version       :  v18.16.1
npm version           :  9.5.1
jupyter_bokeh version :  (not installed)
Operating system      :  Linux-5.15.0-86-generic-x86_64-with-glibc2.35

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/envs/test/lib/python3.11/site-packages/bokeh/server/static
class Info(parser: ArgumentParser)[source]#

Subcommand to print information about Bokeh and Bokeh server configuration.

invoke(args: Namespace) None[source]#
name: ClassVar[str] = 'info'#

name for this subcommand