From a186b25626d4994f61cefd9a346c35d4c9bdf07a Mon Sep 17 00:00:00 2001 From: MinRK Date: Mon, 5 Aug 2013 13:51:23 -0700 Subject: [PATCH] explicitly load python mode before IPython mode ensures IPython mode gets defined at startup, which can sometimes fail because the Python mode was loaded dynamically. closes #3636 --- IPython/html/templates/notebook.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/IPython/html/templates/notebook.html b/IPython/html/templates/notebook.html index d3b1a4b55..59e3012f1 100644 --- a/IPython/html/templates/notebook.html +++ b/IPython/html/templates/notebook.html @@ -211,7 +211,6 @@ class="notebook_app" - @@ -219,6 +218,8 @@ class="notebook_app" + +