Skip to content

jgcaffari1/mnelab

 
 

Repository files navigation

PyPI Version Conda Version Python Downloads PyPI Downloads Conda License

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

Changelog

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

Dependencies

MNELAB requires Python >= 3.6 and the following packages:

Optional dependencies provide additional features if installed:

Additional features

MNELAB comes with the following features that are not (yet) available in MNE:

  • Export to EDF/BDF (requires pyEDFlib)
  • Export to EEGLAB SET
  • Export to BrainVision VHDR/VMRK/EEG (requires pybv)
  • Import XDF files (requires pyxdf)

Installation

pip

MNELAB requires either PyQt5 or PySide2 (if you don't have either of these packages installed, MNELAB will automatically install and use PySide2):

pip install mnelab

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

conda

An unofficial but regularly updated conda package can be installed from conda-forge. We strongly suggest to install MNELAB into its own dedicated environment:

conda create -y -n mnelab -c conda-forge mnelab

You can start MNELAB in a terminal with conda activate mnelab followed by mnelab or python -m mnelab. Any issues with this conda package should be reported to the package issue tracker.

Arch Linux

If you use Arch Linux, you can install the python-mnelab AUR package (note that this also requires the python-mne AUR package).

Development version

Follow these steps to use the latest development version of MNELAB:

  1. Download the source code and unpack it into a folder of your choice.
  2. Install all dependencies listed above.
  3. Run python -m mnelab to start MNELAB (if this does not work try python3 -m mnelab because Python 2 is not supported).

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

No packages published

Languages

  • Python 100.0%