From dc71288b737737887ae960f515a4d137c981de71 2013-07-15 23:15:32 From: Jonathan Frederic Date: 2013-07-15 23:15:32 Subject: [PATCH] Added, can be removed later in a different PR. --- diff --git a/IPython/nbconvert/exporters/latex.py b/IPython/nbconvert/exporters/latex.py index 5e80dd2..74e3823 100755 --- a/IPython/nbconvert/exporters/latex.py +++ b/IPython/nbconvert/exporters/latex.py @@ -99,7 +99,7 @@ class LatexExporter(Exporter): def default_config(self): c = Config({ 'GlobalConfigurable': { - 'display_data_priority' : ['latex', 'png', 'jpg', 'jpeg'] + 'display_data_priority' : ['latex', 'png', 'jpg', 'jpeg', 'text'] }, 'ExtractFigureTransformer': { 'enabled':True