Part 1: A Gentle StartΒΆ

Note

This tutorial part is also available for download as an IPython notebook: [ipynb]

Virtually every Python script starts with some import statements that load functionality provided elsewhere. We start this tutorial by importing some little helpers (including all of PyMVPA) we are going to use in the tutorial, and whose purpose we are going to see shortly.

>>> from mvpa2.tutorial_suite import *

NeuroDebian

NITRC-listed