diff --git a/IPython/html/notebookapp.py b/IPython/html/notebookapp.py index 013f14e..defb016 100644 --- a/IPython/html/notebookapp.py +++ b/IPython/html/notebookapp.py @@ -546,7 +546,7 @@ class NotebookApp(BaseIPythonApplication): return url # no local mathjax, serve from CDN - url = u"//cdn.mathjax.org/mathjax/latest/MathJax.js" + url = u"https://cdn.mathjax.org/mathjax/latest/MathJax.js" self.log.info("Using MathJax from CDN: %s", url) return url