MNE Python Tutorial 2021

From MEG Core
Revision as of 15:53, 23 September 2021 by Jstout (talk | contribs) (Initial)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Steps to prepare prior to tutorial

Prepare python environment

 IF YOU DO NOT HAVE MINICONDA/ANACONDA INSTALLED -  have IT install miniconda under your user account
 
 conda install mamba -y
 conda create -n mne
 conda activate mne
 mamba install -c conda-forge mne -y
 mamba install jupyter pip