https://github.com/russelljjarvis/potjansvis
https://github.com/russelljjarvis/potjansvis
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/russelljjarvis/potjansvis
- Owner: russelljjarvis
- Created: 2022-04-14T06:17:09.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-26T23:44:19.000Z (about 3 years ago)
- Last Synced: 2025-01-10T03:18:39.479Z (5 months ago)
- Language: Python
- Size: 1.47 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mock up Large scale Network Visualization tools.
[A Live deployed version of this app](https://share.streamlit.io/russelljjarvis/potjansvis/main/app.py)
To run install locally:
```
$(which pip) install streamlit plotly
```
In the long term this will be replaced with:
```
$(which pip) install -r requirements.txt
```or
```
cd this git repo
$(which pip) install -e .
```
To run an interactive visualization locally:
```
streamlit run app.py
```