{% extends "static/templates/projectBase.html" %} {% block projectContent %}

This is equalivant to going to the command line, moving into the {{project.dir}} directory, and running python py/compute.py.

This will render your web/index.html file (without running Python).
Useful for debugging your visualization after you have processed your data.

This will run your py/compute.py code and render your web/index.html file.
Useful for making changes to Python and see how the visualization changes.

{% endblock %}