Skip to content

Latest commit

 

History

History
41 lines (31 loc) · 1.87 KB

README.md

File metadata and controls

41 lines (31 loc) · 1.87 KB

IMBIZO2023 Tutorial on Neuronal Population Modelling

Click on the badge to open the notebook

Run
Tutorial 1 Open In Colab
Tutorial 2 Open In Colab
Tutorial 3 (Bonus) Open In Colab

Solutions

Run
Tutorial 1 Open In Colab
Tutorial 2 Open In Colab
Tutorial 3 (Bonus) Open In Colab

If you want to run locally, follow the steps given below:

Clone this repo and install the conda environment:

conda env create -n npm_tutorial environment.yml

Once everything is installed, activate the environment:

conda activate npm_tutorial

And run the Jupyter notebook in it:

jupyter notebook

The Jupyter Lab should be now available in your browser:

http://localhost:8888/lab

IMBIZO2023_population_tutorial