From 14207ccfcbadbbae7b038025b7527f6649c1f7d5 2014-12-04 21:52:38 From: damontallen Date: 2014-12-04 21:52:38 Subject: [PATCH] Changed the display order of rich output in the live notebook to match that of nbconvert. This makes more sense than the other way around due to the need for notebooks already shared on the web to remain consistant. Conversely local notebooks can simply be edited to match the new order. --- diff --git a/IPython/html/static/notebook/js/outputarea.js b/IPython/html/static/notebook/js/outputarea.js index bb9b218..4114f67 100644 --- a/IPython/html/static/notebook/js/outputarea.js +++ b/IPython/html/static/notebook/js/outputarea.js @@ -953,8 +953,8 @@ define([ 'application/javascript', 'text/html', 'text/markdown', - 'text/latex', 'image/svg+xml', + 'text/latex', 'image/png', 'image/jpeg', 'application/pdf',