Skip to content

Commit

Permalink
Update MathJax CDN in cell and console examples
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpio committed Dec 22, 2019
1 parent aa09c52 commit 69561b8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions examples/cell/index.html
Expand Up @@ -2,11 +2,11 @@
<html lang="en">
<head>
<title>Cell Demo</title>
<script type="text/javascript" src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS_CHTML-full,Safe&amp;delayStartupUntil=configured"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/latest/MathJax.js?config=TeX-AMS_CHTML-full,Safe&amp;delayStartupUntil=configured"></script>
</head>
<body>
{% set page_config_full = {'baseUrl': base_url, 'token': token} %}

<script id="jupyter-config-data" type="application/json">
{{ page_config_full | tojson }}
</script>
Expand Down
6 changes: 3 additions & 3 deletions examples/console/index.html
Expand Up @@ -2,15 +2,15 @@
<html lang="en">
<head>
<title>Console Demo</title>
<script type="text/javascript" src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS_CHTML-full,Safe&amp;delayStartupUntil=configured"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/latest/MathJax.js?config=TeX-AMS_CHTML-full,Safe&amp;delayStartupUntil=configured"></script>
</head>
<body>
{% set page_config_full = {'baseUrl': base_url, 'token': token} %}

<script id="jupyter-config-data" type="application/json">
{{ page_config_full | tojson }}
</script>

<script src="{{base_url | e}}example/bundle.js"></script>

<script type="text/javascript">
Expand Down

0 comments on commit 69561b8

Please sign in to comment.