View the Result
To see the results from the build.py
program, open the generated folder and simple open the index.html
file which should launch your default web browser.


View with a local web server
Alternately and often preferred, you can also view the resulting web page by starting a local web server using Python:
cd /your/path/to/ParallelCoordinatesBuilder/builder/Public
python -m http.server
Serving HTTP on 0.0.0.0 port 8000 (http://0.0.0.0:8000/) ...
You can then view your page at http://localhost:8000/
Last updated 19 Sep 2022