Skip to content

nengo/nengo-extras

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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