# Pyvis-Network-Graph-Streamlit **Repository Path**: cool_c0de/Pyvis-Network-Graph-Streamlit ## Basic Information - **Project Name**: Pyvis-Network-Graph-Streamlit - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-10-11 - **Last Updated**: 2025-10-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Deploy Interactive Pyvis Network Graphs on Streamlit 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 ![demo-gif](https://github.com/kennethleungty/Pyvis-Network-Graph-Streamlit/blob/main/demo/demo_gif_sm.gif) ### Step 1 - Install Streamlit, Pyvis and NetworkX packages (See `requirements.txt`) ### Step 2 - Open CLI and change directory to local path of this repo e.g. `cd 'C:/GitHub/Pyvis-Network-Graph-Streamlit'` ### Step 3 - In CLI, execute `streamlit run pyvis_network_app.py`