An open API service indexing awesome lists of open source software.

https://github.com/russelljjarvis/potjansvis


https://github.com/russelljjarvis/potjansvis

Last synced: 3 months ago
JSON representation

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
```