Tutorials

This section contains step-by-step tutorials demonstrating how to use the ParaDigMa toolbox to extract digital biomarkers from wrist-worn sensor data.


Quick Start

Data Loading and Preparation

Pipeline-Specific Tutorials


New to ParaDigMa? Start with Pipeline Orchestrator for a complete end-to-end example, or begin with Data Preparation if you need help loading your own sensor data.

Running Tutorials in Jupyter

If you want to run the tutorial notebooks in Jupyter Notebook or JupyterLab:

Option 1: Activate Poetry environment first (Recommended)

poetry env activate
jupyter lab

Option 2: Register Poetry kernel with Jupyter (for VSC, PyCharm, etc.)

# Register the Poetry environment as a Jupyter kernel
poetry run python -m ipykernel install --user --name paradigma --display-name "Python (paradigma)"

After registering the kernel, select “Python (paradigma)” as the kernel when opening notebooks in your IDE or Jupyter interface.

Option 3: Use Poetry to run Jupyter directly

poetry run jupyter lab