- Notifications
You must be signed in to change notification settings - Fork73
cbrnr/mnelab
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
MNELAB is a graphical user interface (GUI) forMNE-Python, a Python package for EEG/MEG analysis.
Instructions for installing and using MNELAB as well as step-by-step examples for different use cases are available in thedocumentation. Check out thechangelog to learn what we added, changed, or fixed.
We recommend usinguv 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
Thecontributing guide contains detailed instructions on how to contribute to MNELAB.
About
MNELAB – a GUI for MNE