If python not found, download: https://www.python.org/downloads/
If command pip not found error, start with python -m ensurepip --upgrade
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
To uninstall unwanted ipykernel, run jupyter kernelspec uninstall unwanted-kernel
This is a fork project