These are the resources for EPOS workshop that took place at the University of Amsterdam on June 14 and 15, 2018.
Ensure you are using an up to date, Anaconda-based Python.
Materials for the Python workshop can be found here:
Materials for the OpenSesame workshop can be found here:
Please access a command line (e.g., Anaconda prompt), and install the dev version of MNE:
pip install https://api.github.com/repos/mne-tools/mne-python/zipball/master
Test MNE is working:
python -c "import mne; print(mne.__version__)"
You should be seeing something like:
0.17.dev0
Download the example file.
Also download the Jupyter Notebooks to the same location as the example file.