Skip to content

cbrnr/mnelab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f2f027b · Mar 13, 2025
Mar 6, 2025
Oct 20, 2024
Mar 13, 2025
Mar 6, 2025
May 24, 2023
Mar 7, 2025
Oct 22, 2024
Feb 15, 2022
Dec 12, 2024
Feb 18, 2022
Feb 17, 2025
Oct 18, 2024

Repository files navigation

Python PyPI Docs DOI License

MNELAB

MNELAB is a graphical user interface (GUI) for MNE-Python, a Python package for EEG/MEG analysis.

Documentation

Instructions for installing and using MNELAB as well as step-by-step examples for different use cases are available in the documentation. Check out the changelog to learn what we added, changed, or fixed.

Running MNELAB

We recommend using uv to install and run MNELAB. After installing uv, you can start MNELAB with the following command:

uvx mnelab

If you want to run the latest development version, you can use the following command:

uvx --from https://github.com/cbrnr/mnelab/archive/refs/heads/main.zip mnelab

Contributing

The contributing guide contains detailed instructions on how to contribute to MNELAB.