This is a demo of the Dash interactive Python framework developed by Plotly.
To run this app first clone repository and then open a terminal to the app folder.
git clone https://github.com/plotly/dash-sample-apps.git
cd dash-sample-apps/apps/dash-cytoscape
Create and activate a new virtual environment (recommended) by running the following:
On Windows
virtualenv venv
\venv\scripts\activate
Or if using linux
python3 -m venv myvenv
source myvenv/bin/activate
Install the requirements:
pip install -r requirements.txt
Run the app:
python app.py
You can run the app on your browser at http://127.0.0.1:8050
To learn more about Dash, please visit documentation.