/nistats-tutorial

Tutorial about the nistats package for fMRI analysis

Primary LanguageJupyter NotebookBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

nistats-tutorial

Beginner Nistats tutorial.

Getting started

You can either run this tutorial on your own computer locally or online through binder.

Run locally

To run this tutorial on your own computer, clone (or download) this repository. Then, assuming you have pip installed, run the following line in a terminal (in the root of this repository):

pip install -r requirements.txt

Then, you can start the notebook by running:

jupyter notebook nistats.ipynb

Run with binder

Binder

Note: it appears that Binder crashes when trying to fit the first-level model, presumably because it runs out of RAM. I'm currently looking for a solution.

Issues, questions, additions?

If you encounter issues, have questions, or want to propose an addition/change/fix to this tutorial, please submit an issue (or better yet: a pull request) here on Github!