Visualizing my vices.
-
Place all of your
.xlsxand.odsfiles into thesheets/subdirectory. -
Run
python3 viceualize.py -
The Plotly window will open in your browser for your viewing. You may double click any of the
.htmlfiles in theassets/subdirectory to open them manually.
Steps:
You will need two separate terminals to run the following two commands. This setup assumes you have Ngrok installed and know what you are doing.
-
Run a Python3 HTTP server in the
assets/subdirectory viapython -m http.server 8080 -
Start an Ngrok HTTP tunnel to the localhost via
ngrok http http://localhost:8080 --basic-auth "user:pass" -
Copy the generated URL from the Ngrok
stdoutand send it to your viewer