pyprobe.dashboard module#
Script to create a Streamlit dashboard for PyProBE.
- launch_dashboard(cell_list)#
- Function to launch the dashboard for the preprocessed data. - Parameters:
- cell_list (list) – The list of cell objects to display in the dashboard. 
- Return type:
- None