Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 873 Bytes

File metadata and controls

17 lines (13 loc) · 873 Bytes

Triton-NeuroTech-Project-Workshop

Download Python or Pip

If python not found, download: https://www.python.org/downloads/
If command pip not found error, start with python -m ensurepip --upgrade

Download required packages

Follow the instructions to download Brainda: https://github.com/TBC-TJU/brainda.git
Follow the instructions to download Meegkit: https://github.com/nbara/python-meegkit
Download jupyterlab, virtual environment by running pip install -r requirements.txt
Upload ipykernel to jupyterlab by running pip install ipykernel then python -m ipykernel install --user --name=myenv3

Video walk through of all installation steps

Resources

To uninstall unwanted ipykernel, run jupyter kernelspec uninstall unwanted-kernel

This is a fork project