Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 482 Bytes

File metadata and controls

15 lines (11 loc) · 482 Bytes

Introduction to Python (OIST Computational Neuroscience Course, OCNC 2025)

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.