MNE-Python project for MEG and EEG data analysis.


Keywords
neuroscience, neuroimaging, MEG, EEG, ECoG, fNIRS, brain, electrocorticography, electroencephalography, machine-learning, magnetoencephalography, python, statistics, visualization
License
BSD-3-Clause
Install
pip install mne==0.13.1

Documentation

MNE

MNE-Python

MNE-Python is an open-source Python package for exploring, visualizing, and analyzing human neurophysiological data such as MEG, EEG, sEEG, ECoG, and more. It includes modules for data input/output, preprocessing, visualization, source estimation, time-frequency analysis, connectivity analysis, machine learning, statistics, and more.

Documentation

Documentation for MNE-Python encompasses installation instructions, tutorials, and examples for a wide variety of topics, contributing guidelines, and an API reference.

Forum

The user forum is the best place to ask questions about MNE-Python usage or the contribution process. The forum also features job opportunities and other announcements.

If you find a bug or have an idea for a new feature that should be added to MNE-Python, please use the issue tracker of our GitHub repository.

Installation

To install the latest stable version of MNE-Python with minimal dependencies only, use pip in a terminal:

$ pip install --upgrade mne

The current MNE-Python release requires Python 3.9 or higher. MNE-Python 0.17 was the last release to support Python 2.7.

For more complete instructions, including our standalone installers and more advanced installation methods, please refer to the installation guide.

Get the development version

To install the latest development version of MNE-Python using pip, open a terminal and type:

$ pip install --upgrade git+https://github.com/mne-tools/mne-python@main

To clone the repository with git, open a terminal and type:

$ git clone https://github.com/mne-tools/mne-python.git

Dependencies

The minimum required dependencies to run MNE-Python are:

For full functionality, some functions require:

Contributing

Please see the contributing guidelines on our documentation website.

About

CI Codecov Bandit
Package PyPI conda-forge
Docs Docs Discourse
Meta Zenodo OpenSSF

License

MNE-Python is licensed under the BSD-3-Clause license.