##// END OF EJS Templates
Backport PR #6395: update mathjax CDN url in nbconvert template...
Thomas Kluyver -
Show More
@@ -1,6 +1,6 b''
1 {%- macro mathjax() -%}
1 {%- macro mathjax() -%}
2 <!-- Load mathjax -->
2 <!-- Load mathjax -->
3 <script src="https://c328740.ssl.cf1.rackcdn.com/mathjax/latest/MathJax.js?config=TeX-AMS_HTML"></script>
3 <script src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS_HTML"></script>
4 <!-- MathJax configuration -->
4 <!-- MathJax configuration -->
5 <script type="text/x-mathjax-config">
5 <script type="text/x-mathjax-config">
6 MathJax.Hub.Config({
6 MathJax.Hub.Config({
General Comments 0
You need to be logged in to leave comments. Login now