overview#

Overview tab — progress, runner status, pipeline info, recent files.

Functions#

overview_tab(→ panel.Column)

Build the Overview tab layout.

Module Contents#

physicsnemo_curator.dashboard.views.overview.overview_tab(
store: physicsnemo_curator.dashboard.data.DashboardStore,
) panel.Column#

Build the Overview tab layout.

Parameters:

store (DashboardStore) – The dashboard data store.

Returns:

Complete overview tab content.

Return type:

pn.Column