Skip to content
This repository has been archived by the owner on Sep 27, 2023. It is now read-only.

Latest commit

 

History

History
7 lines (5 loc) · 290 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 290 Bytes

To view the visualization, enter JSON data into data directory (there is already a sample graph.json file there, but you can replace it with your own data) and run

python -m SimpleHTTPServer 4321

Then go into a web browser and type http://localhost:4321/ into the URL bar.