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:
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.