app#
Main dashboard application with tab layout and auto-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
DashboardStoreand auto-refreshes on a timer.Initialize the dashboard application.
- Parameters:
db_path (str) – Path to an existing PipelineStore SQLite database.
- servable() panel.Tabs#
Return the Panel Tabs object for embedding in notebooks.
- Returns:
The dashboard tabs, ready for
panel.servable().- Return type:
pn.Tabs
- store#
- widget_registry#