Skip to content

Commit

Permalink
Merge branch 'master' of github.com:compute-tooling/compute-studio-st…
Browse files Browse the repository at this point in the history
…orage
  • Loading branch information
hdoupe committed Apr 8, 2020
2 parents 14728df + c55409f commit 8b1b762
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion cs_storage/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,18 @@
<script type="text/javascript" src={{bokeh_scripts.cdn_js|safe}}></script>
<script type="text/javascript" src={{bokeh_scripts.widget_js|safe}}></script>

<script>
window.MathJax = {
tex: {
inlineMath: [['$', '$'], ['\\(', '\\)']]
}
};
</script>
<script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script>
<script type="text/javascript" id="MathJax-script" async
src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-chtml.js">
</script>

</head>

<body>
Expand Down Expand Up @@ -57,4 +69,4 @@ <h4>{{output.title}}</h4>
</script>
{% endif %}

</html>
</html>

0 comments on commit 8b1b762

Please sign in to comment.