https://github.com/tk-21st/ipyneugraph
https://github.com/tk-21st/ipyneugraph
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tk-21st/ipyneugraph
- Owner: TK-21st
- License: bsd-3-clause
- Created: 2019-05-07T12:43:50.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-03T08:26:50.000Z (over 2 years ago)
- Last Synced: 2025-02-08T05:17:08.122Z (4 months ago)
- Language: Python
- Size: 1.02 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# ipyneugraph
[](https://travis-ci.org//ipyneugraph)
[](https://codecov.io/gh//ipyneugraph)An IPyWidget extension for handling NeuroDriver-compatible computational graphs.
## Installation
You can install using `pip`:
```bash
pip install ipyneugraph
```Or if you use jupyterlab:
```bash
pip install ipyneugraph
jupyter labextension install @jupyter-widgets/jupyterlab-manager
```If you are using Jupyter Notebook 5.2 or earlier, you may also need to enable
the nbextension:
```bash
jupyter nbextension enable --py [--sys-prefix|--user|--system] ipyneugraph
```