/d3-force-graph-flask

A simple collection of force graph examples using Flask, NetworkX, and D3.js

Primary LanguageJavaScript

d3-force-graph-flask

A simple collection of D3 (v3 & v4) force graph examples using Flask, NetworkX, and D3.js

Alt text

Alt text

Alt text

Getting Started

Create and activate the environment in the root project folder:

virtualenv venv
source venv/Scripts/activate
pip install -r requirements.txt

Start the server

python app.py