orangeqs.juice.dashboard.dashboard_server#
Dashboard server module for OrangeQS Juice.
Module Contents#
Classes#
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.