Skip to content

FabrizioMusacchio/Hodgkin-Huxley-Model

Folders and files

NameName
Last commit message
Last commit date

Latest commit

df3e232 · Apr 21, 2024

History

2 Commits
Apr 21, 2024
Apr 21, 2024
Apr 21, 2024

Repository files navigation

Hodgkin-Huxley model

Python scripts supporting a tutorial on the Hodgkin-Huxley model. For more details, read this blog post:

For reproducibility:

conda create -n hhmodel -y python=3.11
conda activate hhmodel
conda install -y mamba
mamba install -y ipykernel numpy matplotlib scipy

png