Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tk-21st/ipyneucad


https://github.com/tk-21st/ipyneucad

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

ipyneuCAD
===============================

An IPython Widget to to graph manipulation for neural circuits simulations.

Installation
------------

To install use pip:

$ pip install ipyneuCAD
$ jupyter nbextension enable --py --sys-prefix ipyneuCAD

For a development installation (requires npm),

$ git clone https://github.com/fruitflybrain/ipyneuCAD.git
$ cd ipyneuCAD
$ pip install -e .
$ jupyter nbextension install --py --symlink --sys-prefix ipyneuCAD
$ jupyter nbextension enable --py --sys-prefix ipyneuCAD