nengo-extras

Lesser used features for the Nengo neural simulator


Licenses
AFL-3.0/NCGL-UK-2.0
Install
pip install nengo-extras==0.4.0

Documentation

Nengo extras

Extra utilities and add-ons for Nengo.

This repository contains utilities that occupy a liminal space not quite generic enough for inclusion in Nengo, but useful enough that they should be publicly accessible.

Some of these utilities may eventually migrate to Nengo, and others may be split off into their own separate repositories.

Installation

To install Nengo extras, we recommend using pip.

pip install nengo-extras

Usage

Example notebooks can be found in the docs/examples directory.

For a listing of the contents of this repository, and information on how to use it, see the full documentation.

Development

To run the unit tests:

pytest nengo_extras [--plots]

To run the static checks:

.ci/static.sh run

To build the documentation:

sphinx-build docs docs/_build