Link to app: https://share.streamlit.io/kennethleungty/pyvis-network-graph-streamlit/main/pyvis_network_app.py
Link to article: https://towardsdatascience.com/how-to-deploy-interactive-pyvis-network-graphs-on-streamlit-6c401d4c99db
- Install Streamlit, Pyvis and NetworkX packages (See
requirements.txt
)
- Open CLI and change directory to local path of this repo e.g.
cd 'C:/GitHub/Pyvis-Network-Graph-Streamlit'
- In CLI, execute
streamlit run pyvis_network_app.py