Skip to main content

A graphical user interface for MNE

Project description

Python PyPI Docs DOI License

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.

Installation

You can install MNELAB with pip:

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 use pipx to install MNELAB in a completely isolated environment:

pipx install mnelab

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

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

Running MNELAB

MNELAB must be started from a terminal with the following command:

mnelab

If you get an error, try the following alternative:

python -m mnelab

Dependencies

MNELAB requires Python ≥ 3.9 and the following packages:

Optional dependencies provide additional features:

  • scikit-learn ≥ 1.3.0 (ICA computation with FastICA)
  • python-picard ≥ 0.7.0 (ICA computation with PICARD)
  • pyEDFlib ≥ 0.1.35 (EDF/BDF export)
  • pybv ≥ 0.7.4 (BrainVision VHDR/VMRK/EEG export)

Contributing

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mnelab-0.9.0.tar.gz (1.0 MB view hashes)

Uploaded Source

Built Distribution

mnelab-0.9.0-py3-none-any.whl (93.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page