Graph display package for py2neo graphs forked from https://github.com/nicolewhite/neo4j-jupyter
Project description
NEOGRAPHVIZ
A draw function for neo4j graphs, usable as app or in jupyter notebooks.
Derived and forked from Nicole White's work.
What can it do?
- display graph DB data
- allow you to run cypher queries from your jupyter notebook
- enable deployment of apps with custom graph queries to make the DB accessible to more people.
- save the graph as html page that can be shared and interacted with.
- show your graph as a website as easy as
python -m neographviz.app
orpython -m neographviz.app "bolt://path to graph"
Get started
in Jupyter
pip install neographviz
, launch an jupyter notebook with:
from neographviz import Graph, plot
graph = Graph("bolt://path to you graph")
plot(graph)
With flask
To run a basic flask app:
pip install neographviz[app]
python -m neographviz.app --host bolt://path to graph
Further development
- customisation with jsons
- basic automated queries from website
- modifying data in the DB with add and remove queries
- better examples and docs:
- deployment as app to docker
- in jupyter notebooks
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
neographviz-0.5.0.tar.gz
(9.5 kB
view details)
Built Distribution
File details
Details for the file neographviz-0.5.0.tar.gz
.
File metadata
- Download URL: neographviz-0.5.0.tar.gz
- Upload date:
- Size: 9.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 96cbbf59877e25771d52b6af4a414bb6672c85f6fc5092e528631317fcc6026c |
|
MD5 | 540f7e81fafcf322efe04e4ce324d58d |
|
BLAKE2b-256 | fcfad379ffa41045b3d682ff88a3b686172e8da9a912f38a1437556e49680700 |
File details
Details for the file neographviz-0.5.0-py3-none-any.whl
.
File metadata
- Download URL: neographviz-0.5.0-py3-none-any.whl
- Upload date:
- Size: 10.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f24648d7568efa861269db0dcd9eeef390cfa75b02e4bd1469bf784e7cb74844 |
|
MD5 | dad9b808ee6740f20d223ba05ac34fc4 |
|
BLAKE2b-256 | 494bbebcda57faeb8e161315a520b50dfbea256fb600d2f91cc97d67fec8f9e3 |