freebsd-ports/www/py-bokeh/pkg-message
Serhii (Sergey) Kozlov f6a654e09d www/py-bokeh: Update to 2.2.1
- Update dependencies
- Remove obsolete python version limitaton
- Update pkg-message to include new additional dependencies info

Changelog:	https://github.com/bokeh/bokeh/blob/2.2.1/CHANGELOG
2020-09-27 20:02:04 +00:00

36 lines
1023 B
Plaintext

[
{ type: install
message: <<EOM
Install the following software to enable extra features:
Jupyter
Bokeh can display content in classic Jupyter notebooks as well as in
JupyterLab. Depending on your setup, there may be additional packages or
Jupyter extensions to install.
NodeJS
Necessary for Extending Bokeh or for defining CustomJS implementations in
TypeScript.
NetworkX
Necessary to use the from_networkx function to generate Bokeh graph
renderers directly from NetworkX data.
Pandas
Necessary for the hexbin function. Additionally, some usage is simplified by
using Pandas e.g. Pandas DataFrames will be converted automatically to Bokeh
data sources by glyph functions.
psutil
Necessary to enable detailed memory logging in the Bokeh server.
Selenium, GeckoDriver, Firefox
Necessary for Exporting Plots to PNG and SVG images.
Sphinx
Necessary to make use of the bokeh.sphinxext Sphinx extension for including
Bokeh plots in Sphinx documentation.
EOM
}
]