Skip to content

FabrizioMusacchio/NEST_tutorials

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

NEST Simulator tutorials

This is a collection of tutorials showing how to use the NEST Simulator. You can find a detailed description for each tutorial in the following blog posts:

For reproducibility:

conda create -n nest -y python=3.11
conda activate nest
conda install -c conda-forge -y mamba
mamba install -y ipykernel matplotlib numpy pandas nest-simulator

img