brian-team / brian2_paper_examples

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

License:Other


Languages

Language:Jupyter Notebook 97.7%Language:C++ 1.2%Language:Python 1.1%