Skip to content

GuillaumeFavelier/mnelab

 
 

Repository files navigation

Python PyPI Version Docs License

MNELAB is a graphical user interface (GUI) for MNE, 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.

Changelog

Check out the changelog to learn what we added, changed, or fixed.

Dependencies

MNELAB requires Python >= 3.8 and the following packages:

Optional dependencies provide additional features if installed:

  • scikit-learn >= 0.20.0 (ICA computation with FastICA)
  • python-picard >= 0.4.0 (ICA computation with PICARD)
  • pyEDFlib >= 0.1.15 (EDF/BDF export)
  • pybv 0.4.0 (BrainVision VHDR/VMRK/EEG export)

Installation

You can install MNELAB with:

pip install mnelab

If you want to use all MNELAB features, the full package including optional dependencies can be installed with:

pip install mnelab[full]

You can also install the latest development version as follows:

pip install git+https://github.com/cbrnr/mnelab

Then start MNELAB in a terminal with mnelab or python -m mnelab.

Contributing

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

About

MNELAB – a GUI for MNE

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • Python 100.0%