Hi community!
I’m really enjoying using streamlit and thank you to those who committed in creating this tool.
I have one question related to pyvis
package.
I’m using pyvis to display a network(node-edges) in my own streamlit page.
However, if the number of nodes
in my network is large (ex. more than 1,000), the network suddenly stops loading and re-loads the whole page.
Is there a efficient way to deal with a large network? If so, please let me know