MNELAB is a graphical user interface (GUI) for MNE-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 the documentation. Check out the changelog to learn what we added, changed, or fixed.
We recommend our standalone installers currently available for macOS and Windows:
Alternatively, you can use uv to run MNELAB:
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
The contributing guide contains detailed instructions on how to contribute to MNELAB.