We will go over some basic/intermediate techniques for simulation-based methods in computational neuroscience using Python.
To start: clone, activate environment and install requirements:
git clone https://github.com/kma-code/ocnc2025_python/
conda activate base
cd ocnc2025_python
conda install --yes --file requirements.txt
jupyter lab --allow-root
You can then open 01_LIF_neurons.ipynb
.