Notebook Workflows¶
CloudScope includes notebook examples for users who want to load data, inspect arrays, run analysis, and view results from Python.
The notebooks are rendered in the documentation site and are not currently executed in CI.
Available notebooks¶
- Load and Plot Image
- Velocity Analysis
- Diameter Analysis
- Sum Intensity Analysis — functional reporter fluorescence (like GCaMP) from normalized line intensity
- Kymograph Reference Images
- Heart Rate Analysis — see also the End User heart rate recipe (no GUI yet)
- Heart Rate Batch Analysis
Plotting¶
CloudScope runtime code does not depend on Matplotlib because Matplotlib can slow down NiceGUI startup and runtime behavior. Matplotlib is included only in the documentation dependency group for examples and notebooks.
Notebook examples may use Matplotlib for simple inline plots and Plotly where interactive visualization is useful.