Description Usage Arguments Examples
Runs the SPOT app. You will need python with libraries (numpy, osmnx, networkx, os, sklearn, pandas). Pass the python executable path while calling the function. To get the python path you can use
python3 -c "import sys; print(sys.executable)".
Or you can go to: https://stackoverflow.com/questions/749711/how-to-get-the-python-exe-location-programmatically
1 |
py_path |
path to the python executable. See decription for more information |
1 | runSPOT(py_path = "path/to/pyhton")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.