orangeqs.juice.dashboard.dashboard_server#

Dashboard server module for OrangeQS Juice.

Module Contents#

Classes#

Dashboard

Base class for creating dashboards.

API#

class orangeqs.juice.dashboard.dashboard_server.Dashboard(applications: list[tuple[str, type[tornado.web.RequestHandler], dict[str, Any]]] | None = None, bokeh_apps: dict[str, collections.abc.Callable[..., panel.template.Template] | bokeh.application.Application] | None = None)#

Base class for creating dashboards.

This class explicitly accepts a list of documents to display and parameters to render it.

property bound_addresses: list[tuple[str, int]]#

Return the address of the HTTP server.

start() None#

Start the dashboard server.