Interactive Graph Vis for Streamlit.
Project description
Based on react-d3-graph
Install
pip install streamlit-agraph
Use
import streamlit
from streamlit_agraph import agraph
nodes = ["Harry","Sally","Peter","Chris"]
edges = [("Harry","Sally"),("Peter","Chris")]
return_value = agraph(nodes=nodes,
edges=edges,
nodeHighlightBehavior="true",
node_color="blue", node_size=1000,
highlightStrokeColor="blue",
highlightColor="lightblue" )
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Close
Hashes for streamlit_agraph-0.0.14-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6cae9ad48f9e0d9f2214fdbe2c8a43b540d6604048d5c425a68b9e0119bde328 |
|
MD5 | 4da725b102f2fa58299708d023bf9d0c |
|
BLAKE2b-256 | e6c321e4c3bc668a2f0f451b75142cb6815bea75099bdeb3246ac27259909cac |