Python scripts supporting tutorials on Izhikevich neuron model. For more details, see these blog posts:
For reproducibility:
conda create -n izhikevich -y python=3.11
conda activate izhikevich
conda install -y mamba
mamba install -y ipykernel numpy matplotlib scipy