Show More
@@ -546,7 +546,7 b' class NotebookApp(BaseIPythonApplication):' | |||
|
546 | 546 | return url |
|
547 | 547 | |
|
548 | 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 | 550 | self.log.info("Using MathJax from CDN: %s", url) |
|
551 | 551 | return url |
|
552 | 552 |
General Comments 0
You need to be logged in to leave comments.
Login now