{% 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") }} {{ embed_jslib("pygsti_plotly_ex.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") }}
{{ singleItem|render }}