streamlit-agraph icon indicating copy to clipboard operation
streamlit-agraph copied to clipboard

Implement (continue dev.) of wrapper for networkx

Open ChrisDelClea opened this issue 4 years ago • 2 comments

  • k-core
  • pagerank
  • shortest path
  • clustering tbc.

ChrisDelClea avatar Dec 03 '20 17:12 ChrisDelClea

I'd like to use this , is there any easy way to import networkx graphs?

Free-Radical avatar Jan 25 '23 20:01 Free-Radical

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

ChrisDelClea avatar Jan 28 '23 13:01 ChrisDelClea