Skip to content

intv0id/pytgraph

Repository files navigation

pytgraph

A 3D graph visualization Jupyter Widget

PyPI - Wheel Build Status Documentation Status Release Status CodeFactor Binder

Installation

You can install using pip:

pip install pytgraph

Or if you use jupyterlab:

pip install pytgraph
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:

jupyter nbextension enable --py [--sys-prefix|--user|--system] pytgraph

Development

Python module

Setup Environment

pip install pipenv
pipenv install --dev
pipenv shell
jupyter nbextension install --symlink pytgraph
jupyter nbextension enable --py pytgraph

Typescript frontend

npm install -D
npm run build

Contribution

Any contribution is welcome. Feel free to open a ticket as well.

About

WIP - A 3D graph visualization jupyter widget

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published