.. _`Bokeh Components`: .. _`org.sysess.sympathy.visualize.bokehfigureparts`: Bokeh Components ```````````````` .. image:: html_components.svg :width: 48 Export HTML components for embedding a Bokeh Figure in a custom HTML template. Documentation ::::::::::::: To embed the figure in an html template you can use the node :ref:`org.sysess.sympathy.texts.generic_jinja2template`. See the example flow "Custom bokeh template.syx" for an example of this. Definition :::::::::: Input ports ........... **figure** bokeh Bokeh figure Output ports ............ **components** {text} Bokeh figure components Configuration ............. **Use CDN** (use_cdn) If unchecked, the "bokeh_js" component of the output will be the entire BokehJS front-end script. If checked, the "bokeh_js" component will instead contain a reference to the same script online. Related nodes ............. * :ref:`org.sysess.sympathy.visualize.bokehfigure` Examples ........ * :download:`Custom bokeh template.syx ` Implementation .............. .. automodule:: node_bokeh_figure :noindex: .. class:: BokehComponents :noindex: