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"]
edges = [("Harry","Sally")]
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
streamlit-agraph-0.0.21.tar.gz
(683.1 kB
view hashes)
Built Distribution
Close
Hashes for streamlit_agraph-0.0.21-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7d84ba8527eec18f60d2d5b56fb94a397b489cfb06bf684fbbdcbbee355a3c5a |
|
MD5 | 28a636d0e006d932001156b0a103638e |
|
BLAKE2b-256 | c01a1125ab182aeafdbfdf058cdb312dd60be5dc8f5708063e314d34da17b9f5 |