Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 619 Bytes

File metadata and controls

18 lines (14 loc) · 619 Bytes

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.