This repository contains the materials for the OSL Workshop 2025 (dynamics). You will go through the notebooks and finish exercises in the notebooks.
- Install the
osl-dynamics
toolbox if you have not already. You can follow the installation instructions in the osl-dynamics documentation depending on your operating system. - Clone this repository to your local machine.
git clone https://github.com/OHBA-analysis/osl-workshop-2025-dynamics.git
- Activate the environment created in step 1.
conda activate osld
- Start the Jupyter notebook server in the cloned repository.
cd osl-workshop-2025-dynamics
jupyter notebook
- Follow the instructions and open the notebooks in your browser. Then you can run the notebooks.
- You can run a cell by clicking on it and pressing
Shift + Enter
orCtrl + Enter
. - You can add a new cell by clicking on the
+
button in the toolbar.