Tutorials
Select one of the tutorial tracks below. You can follow guided workflows through the WebUI or work directly in Python using Jupyter notebooks.
Recommended Setup
We recommend installing ncpi in a dedicated conda environment before running tutorials. The
current PyPI release of ncpi is a beta pre-release, so install it with pip install --pre ncpi:
conda create -n ncpi-env python=3.10 -y
conda activate ncpi-env
pip install --pre ncpi
Some tutorial examples require additional dependencies. For example, simulation tutorials may require installing NEST. See the Installation page for full setup details.