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.9.7 | packaged by conda-forge | (default, Sep 29 2021, 19:20:46)
IPython version : 7.20.0
Tornado version : 6.1
Bokeh version : 3.0.0
BokehJS static path : /opt/anaconda/envs/test/lib/python3.9/site-packages/bokeh/server/static
node.js version : v16.12.0
npm version : 7.24.2
Operating system : Linux-5.11.0-40-generic-x86_64-with-glibc2.31
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.9/site-packages/bokeh/server/static
- class Info(parser: argparse.ArgumentParser)[source]#
Subcommand to print information about Bokeh and Bokeh server configuration.
- invoke(args: argparse.Namespace) None [source]#