Skip to content

Examples

Practical examples demonstrating PsychScanner capabilities. These pages are narrative, code-snippet walkthroughs — for runnable code, see the Tutorials section, which renders the actual notebooks from examples/.

Basic Examples

Advanced Examples

Running the tutorial notebooks

# Clone the repository
git clone https://github.com/saurabhr/psychscanner.git
cd psychscanner
pip install -e ".[dev]"

# Launch the notebooks
jupyter lab examples/

The examples/advanced/ directory also contains larger, multi-experiment study scripts (organized by set1_surveys/, set2_episodic/, etc.) — see examples/advanced/README.md for their current status.

Contributing Examples

Have an interesting use case? Open an issue on GitHub!