reno.tab_exporter.export_clean_html#
- reno.tab_exporter.export_clean_html(model_file, panesset_file, output_path)#
Cleaner approach to export_bokeh_html. This relies on every pane type having a
to_htmlfunction that outputs something nice and static, (e.g. embedding images, little to no JS, etc.).Resulting HTML should be standalone and is much more amenable to printing/PDF export.
- Parameters:
model_file (str) – Path to a model JSON file.
panesset_file (str) – Path to a saved tab of panes (see explorer.py)
output_path (str) – Path to write the output HTML (include filename.)