Skip to content

Latest commit

 

History

72 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EEG_explorer

Explore EEG data using Python.

First steps

Install mne for python

Easy to do from Anacoda (get Anaconda here: https://docs.anaconda.com/anaconda/install/windows/).

Follow mne instructions here: https://www.martinos.org/mne/stable/install_mne_python.html

For instance on LINUX:

$ curl -O https://raw.githubusercontent.com/mne-tools/mne-python/master/environment.yml
$ conda env create -f environment.yml
$ conda activate mne

Or on WINDOWS:
Download environment.yml from https://raw.githubusercontent.com/mne-tools/mne-python/master/environment.yml to folder.
Then via command line:

conda env create -f environment.yml
activate mne

About

Explore EEG data using Python.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages