Hello Everyone!
I was wondering if anyone knew if Streamlit has the capability to display network visualizations? All my experience in building them is using the software Gephi but it would be great to make interactive visualizations of networks in a Streamlit app.
Thanks!
Hi @resentless -
I’m not an expert in any way on graph analysis, but if there are Python libraries that output using matplotlib, seaborn, or Plotly, then we should support that natively. Additionally, we’ll be releasing an API for creating custom components in the coming weeks (hopefully!), that will allow for community members to create plugins that will support any package they want.
Out of curiousity, do you know what Gephi visualizes in?
Best,
Randy