Introduction to Python for neuroimaging (MRI) analysis
You can either run this tutorial on your own computer locally or online through binder.
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
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!