covid-dashboard icon indicating copy to clipboard operation
covid-dashboard copied to clipboard

Clean up the dash generation

Open GaelVaroquaux opened this issue 4 years ago • 0 comments

Dash can have a template engine (at the bottom of https://dash.plot.ly/external-resources)

We should use it:

  • Integrate cleaning the information in head.html, rather than using a sed in the Makefile
  • Define the div.footer there, instead of in the Python code, where it is harder to maintain.

GaelVaroquaux avatar Mar 18 '20 13:03 GaelVaroquaux