lukassnoek / python4mri

Introduction to Python for neuroimaging (MRI) analysis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

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!

About

Introduction to Python for neuroimaging (MRI) analysis

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Jupyter Notebook 99.9%Language:Shell 0.1%