This directory contains the jupyter notebooks of the VEM tutorials. To see rendered versions of the tutorials, go to the tutorials website.
To run the notebooks yourself, you first need to download this repository and
install the voxelwise_tutorials
package:
git clone https://github.com/gallantlab/voxelwise_tutorials.git
cd voxelwise_tutorials
pip install .
For more info about how to run jupyter notebooks, see the official documentation.