—
SDA Dashboard Example.#
This example demonstrates how to run the SDA Dashboard for interactive data visualization. The dashboard provides scatter plots and line plots with filtering capabilities for experimental data analysis.
Usage#
Run this example directly:
python examples/run_dashboard.py
Or use the console command (after installing SDA):
sda dash
The dashboard will open in your web browser at http://127.0.0.1:8051
from sda.dashboard import run_dashboard
run_dashboard(test_name="T183")