From 6473a5a51dbaf89a4b58285ca78e9c9ccbccb13d Mon Sep 17 00:00:00 2001 From: Min RK Date: Thu, 13 Aug 2015 21:49:37 -0700 Subject: [PATCH] enable MathJax safe mode forward-port from IPython 3.2 --- notebook/templates/notebook.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notebook/templates/notebook.html b/notebook/templates/notebook.html index cb0f9fecc..268b50672 100644 --- a/notebook/templates/notebook.html +++ b/notebook/templates/notebook.html @@ -3,7 +3,7 @@ {% block stylesheet %} {% if mathjax_url %} - + {% endif %}