EEG Lab Log

From MindBrainWiki
Revision as of 12:36, 1 November 2017 by Brain (talk | contribs) (add python details.)
Jump to: navigation, search

Purpose

The purpose of this page is to provide a public log of activity in the EEG lab. Please date your entries and please do not share any confidential information.

Log

1 November 2017

Python

You can find the Python executables in the path:

  • C:\ProgramData\Anaconda2

The default environment for Python is 2.7.

There is an alternative environment for Python 3.6. To use this version of python, open the Anaconda prompt and type:

  • deactivate
  • activate python36

If you switch to Python 3.6, please deactivate your environment after using it. Type:

  • deactivate

You can read more about managing environments in conda here.