Source code for sylib.bokeh.exporter
# This file is part of Sympathy for Data.
# Copyright (c) 2022, Combine Control Systems AB
#
# SYMPATHY FOR DATA COMMERCIAL LICENSE
# You should have received a link to the License with Sympathy for Data.
from sympathy.api.exporters import DataExporterBase
[docs]
class BokehFigureDataExporterBase(DataExporterBase):
@staticmethod
def plugin_base_name():
return 'Export Bokeh Figure'