Export Bokeh Figures¶
Export Bokeh Figures to html files.
Documentation¶
Export Bokeh Figures to a selected data format.
Definition¶
Input ports¶
- figures
Type: [bokeh]Description: Input figures- port1
Type: [datasource]Description: External filenamesOptional number of ports: 0–1 (default: 0)
Output ports¶
- port0
Type: [datasource]Description: Datasources of exported files
Configuration¶
- Exporter (active_exporter)
Select data format exporter. Each data format has its own exporter with its own special configuration, see exporter information. The selection of exporter do also suggest filename extension.
- Output directory (directory)
Select the directory where to export the files.
- Filename (filename)
Filename without extension.
Plugins¶
Implementation¶
- class node_export_bokeh_figures.ExportBokehFigures[source]