currently, dependencies in index.html are all hard coded in the HTML.
If we switch to building out the index.html (using a jinja2 template) we can build out the dependencies programmatically. this would allow us to make use of tooling around pip dependencies (e.g. specifying through a lock file). and would allow us to update dependencies more easily in the future.
currently, dependencies in
index.html
are all hard coded in the HTML.If we switch to building out the index.html (using a jinja2 template) we can build out the dependencies programmatically. this would allow us to make use of tooling around pip dependencies (e.g. specifying through a lock file). and would allow us to update dependencies more easily in the future.