sda.dashboard.callbacks.menu_actions#
Download Python Script Callbacks.
Callbacks for downloading Python scripts that reproduce the current dashboard state.
Classes#
Standardized pipeline state structure for script generation. |
Functions#
|
Register download callbacks for Python script generation and Excel file opening. |
Module Contents#
- class sda.dashboard.callbacks.menu_actions.PipelineState#
Standardized pipeline state structure for script generation.
- classmethod from_meta(filtered_data_store, plot_config, filter_allocation_store=None)#
Create pipeline state from filtered data store and plot configuration.
- sda.dashboard.callbacks.menu_actions.register_download_callbacks(app, test_name=None, verbose=False)#
Register download callbacks for Python script generation and Excel file opening.
- Parameters:
app (
dash.Dash) – The Dash application instance.