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
- Heart Rate Analysis
- 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.