Skip to content

Latest commit

 

History

History

notebooks

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Jupyter notebooks

This directory contains the jupyter notebooks of the VEM tutorials. To see rendered versions of the tutorials, go to the tutorials website.

Run the notebooks

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.