Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 1.18 KB

README.md

File metadata and controls

21 lines (15 loc) · 1.18 KB

Examples for Brian 2 paper

This repository contains interactive examples in the form of Jupyter notebooks that demonstrate the use of the Brian simulator for neural modeling.

Running these examples needs an installation of Brian 2 (see documentation at brian2.readthedocs.io), together with libraries for plotting of the results (plotly and matplotlib).

You can install all necessary dependencies by creating a conda environment from the provided environment file:

$ conda env create -f environment.yml

To run the notebooks in the binder environment, without requiring any installation on your local computer, use the following link: Binder

The code and data in this repository are dual-licensed under the Creative Commons Attribution 4.0 International Public License and the MIT license, you can chose between them if you use this work.