No project description provided
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.4.tar.gz
(683.7 kB
view hashes)
Built Distribution
Close
Hashes for streamlit_agraph-0.0.4-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 140b0e2262a7306676d0b60bb4c14226cd9ca7f517882144a6a9dbbebe34447a |
|
MD5 | 5faef4101652b1a45a7fe51260c9b050 |
|
BLAKE2b-256 | f5872702f8e55f4647e8b8e50e62bc479124327ae5d444d3c335855ed481b483 |