python4mri
Introduction to Python for neuroimaging (MRI) analysis
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 python4mri.ipynb
Run with binder
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!