streamlit-agraph
streamlit-agraph copied to clipboard
Implement (continue dev.) of wrapper for networkx
- k-core
- pagerank
- shortest path
- clustering tbc.
I'd like to use this , is there any easy way to import networkx graphs?
hey @Free-Radical, sure! You can make a pull request and have a look at the algos.py
. It is basically just a wrapper.
https://github.com/ChrisDelClea/streamlit-agraph/blob/master/streamlit_agraph/algos.py