Show More
@@ -546,7 +546,7 b' class NotebookApp(BaseIPythonApplication):' | |||||
546 | return url |
|
546 | return url | |
547 |
|
547 | |||
548 | # no local mathjax, serve from CDN |
|
548 | # no local mathjax, serve from CDN | |
549 | url = u"//cdn.mathjax.org/mathjax/latest/MathJax.js" |
|
549 | url = u"https://cdn.mathjax.org/mathjax/latest/MathJax.js" | |
550 | self.log.info("Using MathJax from CDN: %s", url) |
|
550 | self.log.info("Using MathJax from CDN: %s", url) | |
551 | return url |
|
551 | return url | |
552 |
|
552 |
General Comments 0
You need to be logged in to leave comments.
Login now