Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 1.03 KB

File metadata and controls

36 lines (23 loc) · 1.03 KB

Improving Animated Node-Link Diagrams with Scented Widgets

Installation guidelines

Create, activate, and download dependencies with a virtual environment using venv

# Create a virtual environment named 'venv'
python -m venv venv

# Activate the virtual environment on Windows
venv\Scripts\activate

# Activate the virtual environment on macOS and Linux
source venv/bin/activate

# Install requirements
pip install -r requirements.txt

Run server

python app.py

Now it should be running on http://localhost:8000.

Datasets

To be able to use this tool, you need to use datasets in the format of X Y Z following new line. X represents a node, Y represents a node and Z represents the time. X and Y therefor forms a relationship at that specific time. Data is represented with non-negative integers.

Donwload sample datasets