Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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


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

Last synced: about 1 month ago
JSON representation

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
```