app#
Main dashboard application with tab layout and manual refresh.
Classes#
Interactive pipeline metrics dashboard. |
Module Contents#
- class physicsnemo_curator.dashboard.app.DashboardApp(db_path: str)#
Interactive pipeline metrics dashboard.
Creates a 3-tab Panel application (Overview, Pipeline, Performance) backed by a
DashboardStore. Data is refreshed on demand via a toolbar button. Usespanel-material-uifor Material Design theming.Initialize the dashboard application.
- Parameters:
db_path (str) – Path to an existing PipelineStore SQLite database.
- servable() panel_material_ui.Page#
Return the Page object for embedding in notebooks.
- Returns:
The dashboard page, ready for
panel.servable().- Return type:
pmui.Page
- store#
- widget_registry#