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.1 (default, Dec 11 2020, 06:28:49)
IPython version : 7.20.0
Tornado version : 6.1
Bokeh version : 2.3.0
BokehJS static path : /opt/anaconda/envs/test/lib/python3.9/site-packages/bokeh/server/static
node.js version : v15.10.0
npm version : 7.5.3
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]¶