Materials for the OHBM 2025 IBMA with NeuroVault tutorial
-
Follow the Binder badge above
-
Run the notebook
You must have git, Python >= 3.8, and bash.
- Clone this repo by pasting this in a bash terminal:
git clone https://github.com/neurostuff/2025-ohbm-ibma-neurovault.git
- Create a virtual environment with the dependencies needed to run the notebook:
cd 2025-ohbm-ibma-neurovault
python3 -m venv venv
source venv/bin/activate
pip3 install --upgrade pip3
pip3 install -r binder/requirements.txt
- Open the notebook. Type
jupyter notebook
in the terminal. When the Jupyter Notebook page opens in your browser, navigate tonotebooks/tutorial.ipynb