physicsnemo_curator.dashboard#
Pipeline metrics dashboard.
Launch from the command line:
curator dashboard pipeline.db
Or from Python:
from physicsnemo_curator.dashboard import launch
launch("pipeline.db")
Requires the dashboard optional dependency group:
pip install physicsnemo-curator[dashboard]
Classes#
Registry mapping filter names to their visualization widgets. |
|
Interactive pipeline metrics dashboard. |
|
Reactive wrapper around |
Functions#
|
Launch the pipeline metrics dashboard. |
Package Contents#
- physicsnemo_curator.dashboard.launch( ) None[source]#
Launch the pipeline metrics dashboard.
- Parameters:
- Raises:
ImportError – If the
dashboardextra is not installed.