From acb3b5751efdacadb994e3b04837b92bf64c9d3f 2014-12-12 15:42:07 From: Matthias Bussonnier Date: 2014-12-12 15:42:07 Subject: [PATCH] Merge pull request #7106 from damontallen/master Issue #7103: Changed the display order of rich output in the live notebook. --- diff --git a/IPython/nbconvert/utils/base.py b/IPython/nbconvert/utils/base.py index fb6e3ca..c26b235 100644 --- a/IPython/nbconvert/utils/base.py +++ b/IPython/nbconvert/utils/base.py @@ -13,7 +13,7 @@ class NbConvertBase(LoggingConfigurable): Useful for display data priority that might be use by many transformers """ - display_data_priority = List(['text/html', 'application/pdf', 'image/svg+xml', 'text/latex', 'image/png', 'image/jpeg', 'text/plain'], + display_data_priority = List(['text/html', 'application/pdf', 'text/latex', 'image/svg+xml', 'image/png', 'image/jpeg', 'text/plain'], config=True, help= """ An ordered list of preferred output type, the first