orangeqs.juice.dashboard.pages.fridge_monitor#

Fridge monitor dashboard page.

Module Contents#

Classes#

FridgeMonitorDash

Class managing the fridge monitor dashboard.

Functions#

create_fridge_monitor_doc

Create Fridge monitor tabs and embed them in a Template.

Data#

API#

orangeqs.juice.dashboard.pages.fridge_monitor.BOKEH_THEME#

‘Theme(…)’

class orangeqs.juice.dashboard.pages.fridge_monitor.FridgeMonitorDash(config: orangeqs.juice.dashboard.schemas.FridgeMonitorDashboardSettings)#

Class managing the fridge monitor dashboard.

update() None#

Update all widgets in the dashboard.

initial_update() None#

Initialize data of all widgets in the dashboard.

orangeqs.juice.dashboard.pages.fridge_monitor.create_fridge_monitor_doc(template_variables: dict[str, Any]) panel.template.Template#

Create Fridge monitor tabs and embed them in a Template.

Parameters#

  • doc (Document): The Bokeh document to which the table will be added.