Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tk-21st/ipyneucad
https://github.com/tk-21st/ipyneucad
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/tk-21st/ipyneucad
- Owner: TK-21st
- Created: 2019-03-20T03:16:05.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-03T04:04:33.000Z (almost 2 years ago)
- Last Synced: 2024-10-28T00:00:29.760Z (3 months ago)
- Language: Jupyter Notebook
- Size: 503 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
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 ipyneuCADFor 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