iBOTS workshop: March 12-14, 2025
Main Teacher: Dr. Atle E. Rimehaug
Visual Studio Code (VSCode): https://code.visualstudio.com/download
The Conda package manager Miniforge: https://conda-forge.org/download/
Git: https://git-scm.com/downloads
First, download this repository and move to the cloned directory
git clone https://github.com/ibehave-ibots/LFP-Analysis-in-Python.git
cd LFP-Analysis-in-Python
Then, create a new conda environment from the environment.yml
file and activate it
conda env create -f environment.yml
conda activate lfp_workshop