Skip to content

Latest commit

 

History

History
46 lines (34 loc) · 1.38 KB

File metadata and controls

46 lines (34 loc) · 1.38 KB

Python in Neuroimaging Workshops

Workshop 1: Introduction to Python

9:30am August 15th 2017 BRC Conference Centre, UBC Hospital

Workshop 2: Scientific Python

9am August 22nd 2017 BRC Conference Centre, UBC Hospital

Workshop 3: Python in Neuroimaging

9am August 31st 2017 CBH 3402, UBC Hospital Take the elevator to the 3rd floor of CBH (the new glass building in front of UBC hospital)

Tutorials can be run on your own computer with Python3 and Jupyter installed, or at ubc.syzygy.ca

If you haven't downloaded this repository yet, run

git clone https://github.com/ubcmri/scientific-python-tutorial.git

If you downloaded the repo at a previous session, update it with

cd scientific-python-tutorial
git pull origin master

If that fails, try:

git reset --hard
git pull origin master

Resources: