Interactive Graph Vis for Streamlit. Based on https://www.npmjs.com/package/react-d3-graph .
Project description
Install
pip install streamlit-agraph
Use
import agraph
import streamlit
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
streamlit-agraph-0.0.5.tar.gz
(683.8 kB
view hashes)
Built Distribution
Close
Hashes for streamlit_agraph-0.0.5-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 71e5f68d95e484f7318240d024cfaf84047b68cf99adfe6a5306788bd213629d |
|
MD5 | 0ffa0e83c5c73d59903bfae056c8f366 |
|
BLAKE2b-256 | 2f3b48f668c0150dda929f9241495432f7a53a2c10d4e52ed9e767c5bbc874ca |