GitHunt
BR

britta-wstnr/mne_workshop_oldenburg

Material for the Oldenburg MNE-Python workshop 2025

Authors of the material:

- Britta Westner, Donders Institute, Radboudumc

Before you arrive

Please make sure you do the following steps before the first hands-on session:

  1. You will need to have an up-to-date version of MNE-Python installed on your machine (you need a full install with all dependencies, not "MNE-Python with core functionalities only"). See instructions at: https://mne.tools/stable/install/index.html. You can either use the standalone installer or install via conda. This will also automatically install Python and other necessary packages to your computer.
  2. To check your installation, please look at the (very short!) Jupyter notebook Check your installation. See below if you need an exaplanation or a reminder how to start the notebook.
  3. Download the data. You can do this with a notebook in the same folder: Download data.
  4. Before the workshop, extra notebooks for the workshop will be added. Please also download these.

Start a Jupyter notebook

Jupyter was installed alongside MNE-Python in step 0 above. To start a Jupyter notebook, open your terminal and navigate to the directory where you saved the notebook. Then type the command jupyter notebook and Jupyter should open in your internet browser. Click on the notebook you want to run and it will open! You can now run the cells in the notebook one-by-one.
If you would like some extra information on Jupyter notebooks and how to use them, check out the Jupyter notebook documentation.

Do I need an IDE?

IDE stands for Integrated Development Environment and is a program that you can use to develop and run your code. For this workshop, we will be exclusively using Jupyter notebooks (see above), so you don't need to install an IDE if you do not have one yet.

Languages

Jupyter Notebook100.0%

Contributors

BSD 3-Clause "New" or "Revised" License
Created July 13, 2025
Updated July 28, 2025
britta-wstnr/mne_workshop_oldenburg | GitHunt