sda.dashboard#
SDA Dashboard Package.
Interactive dashboard for visualizing experimental data from Spark Cleantech.
The dashboard provides: - Scatter plots for correlation analysis - Line plots for trend analysis - Interactive filtering capabilities - Hover data for detailed information
Usage#
- From Python:
>>> from sda.dashboard import run_dashboard >>> run_dashboard()
- From command line:
$ python -m sda.dashboard $ sda dash
Components#
app: Main dashboard application
data: Data loading and processing
components: Reusable UI components
callbacks: Interactive callback functions
See also
run_dashboard()Run the dashboard server locally.
create_app()Create the
dash.Dashapplication instance.