Preparing JupyterHub - huffman-spatial-cognition-lab/exploration_of_fMRI_methods_and_theory GitHub Wiki

Setting up JupyterHub (via your institution)

In my classes, I use JupyterHub, which was set up by IT at Colby College. This method is very easy for me because it allows all students in my class to access Python via a web browser and we can all have access to data drives at the College. IT installed the relevant packages (e.g., Nilearn), and everything runs smoothly. Thus, you would simply need to have your IT department (or yourself if you have the proper permissions) install nilearn:

pip install -U nilearn

Now, please click here to move on to Step 3 for instructions on how to run the notebooks.