for BrainHack Global 2023 in Montreal
2023-12-08
- A bash terminal
- git
- Python 3 (I'm using 3.8.10)
git clone github.com/koudyk/BHG23_intro_data_vis # get the materials
cd /path/to/BHG23_intro_data_vis # change into the directory with the materials
python3 venv venv # create a virtual environment called 'venv'
source venv/bin/activate # activate the virtual environment
pip install --upgrade pip # upgrade pip
pip install -r requirements.txt # install the requirements listed in this file
jupyter lab # start jupyter lab
Part 3 and part 4 are directly copied from the nilearn examples Glass brain plotting in nilearn and Making a surface plot of a 3D statistical map