Skip to content

epodium/EEG_explorer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published