Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kennethleungty/pyvis-network-graph-streamlit
Deploying Pyvis Interactive Network Graphs in Streamlit
https://github.com/kennethleungty/pyvis-network-graph-streamlit
graph network networkgraph pyvis streamlit
Last synced: about 1 month ago
JSON representation
Deploying Pyvis Interactive Network Graphs in Streamlit
- Host: GitHub
- URL: https://github.com/kennethleungty/pyvis-network-graph-streamlit
- Owner: kennethleungty
- License: mit
- Created: 2021-08-21T03:42:49.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-18T06:26:37.000Z (over 2 years ago)
- Last Synced: 2023-03-05T18:11:20.546Z (almost 2 years ago)
- Topics: graph, network, networkgraph, pyvis, streamlit
- Language: HTML
- Homepage:
- Size: 89.7 MB
- Stars: 17
- Watchers: 1
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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`