Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tk-21st/ipyneugraph
https://github.com/tk-21st/ipyneugraph
Last synced: about 1 month 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-03T08:26:50.000Z (almost 2 years ago)
- Last Synced: 2024-10-28T00:00:29.803Z (3 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
[![Build Status](https://travis-ci.org//ipyneugraph.svg?branch=master)](https://travis-ci.org//ipyneugraph)
[![codecov](https://codecov.io/gh//ipyneugraph/branch/master/graph/badge.svg)](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
```