{% extends "base.html" %} {% import "_partials/modals.html" as modals %} {% block styles %} {{ super() }} {% endblock %} {% block app_content %}

{{ title }}

{{ rubric | safe }}


{{ modals.modal("submitNoCP", "No Change Points Selected", "Please use the \"No Change Points\" button when you think there are no change points in the time series.") }} {{ modals.modal("NoCPYesCP", "Change Points Selected", "There are selected change points, please click the Reset button before clicking the \"No change points\" button.") }}

Selected Changepoints

{# Based on: https://github.com/benalexkeen/d3-flask-blog-post/blob/master/templates/index.html #} {# And: https://bl.ocks.org/mbostock/35964711079355050ff1 #} {% endblock %}