Skip to content

Graph visualization

Yuan Li edited this page Aug 13, 2019 · 1 revision

Set up local test server

Cd to your project directory, and set up the server by using the following command:

python3 -m http.server

then you can go to http://0.0.0.0:8000/ to check out. Benefit of setting up local server can work over the conflict when you need to use local .csv files.

Clone this wiki locally