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.
To install Nengo extras, we recommend using pip
.
pip install nengo-extras
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.
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