{# TODO offload these to a common template file (shared with standard & idt report templates) #} {% macro navlink(display, tab_id, style='') %} {{ display }} {% endmacro %} {% macro cdn_jslib(local_filename, cdn_url, libobj, integrity=None) %} {% endmacro %} {% macro embed_jslib(local_filename) %} {% endmacro %} {% macro cdn_stylesheet(local_filename, cdn_url) %} {% endmacro %} {% macro embed_stylesheet(local_filename) %} {% endmacro %} {{ title }} {{ cdn_jslib("jquery-3.6.4.min.js", "https://code.jquery.com/jquery-3.6.4.min.js", "jQuery", integrity="sha256-oP6HI9z1XaZNBrJURtCoUT5SUnxFr8s3BzRl+cbzUq8=") }} {{ cdn_jslib("jquery-ui.min.js", "https://code.jquery.com/ui/1.12.1/jquery-ui.min.js", "jQuery.ui", integrity="sha256-VazP97ZCwtekAsvgPBSUwPFKdrwD3unUfSGVYrahUqU=") }} {{ cdn_jslib("plotly-latest.min.js", "https://cdn.plot.ly/plotly-latest.min.js", "Plotly") }} {{ cdn_jslib("katex.min.js", "https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.7.1/katex.min.js", "katex") }} {{ cdn_jslib("auto-render.min.js", "https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.7.1/contrib/auto-render.min.js", "renderMathInElement") }} {{ embed_jslib("pygsti_plotly_ex.js") }} {{ embed_jslib("pygsti_dashboard.js") }} {{ cdn_stylesheet("smoothness-jquery-ui.css", "https://code.jquery.com/ui/1.12.1/themes/smoothness/jquery-ui.css") }} {{ cdn_stylesheet("katex.css", "https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.7.1/katex.min.css") }} {{ embed_stylesheet("pygsti_dataviz.css") }} {{ embed_stylesheet("pygsti_dashboard.css") }} {{ embed_stylesheet("pygsti_fonts.css") }}
{{ navlink('Drift', 'Drift', style='linkgroupheading active') }}
{{ top_switchboard|render }}
{% include 'tabs/Drift.html' %}
{% if not config['embed_figures'] %} {% include 'tabs/AjaxError.html' %} {% endif %}
No message