##// END OF EJS Templates
Changed the display priority order back in the notebook and made mbconvert match the notebook
Damon Allen -
Show More
@@ -953,8 +953,8 b' define(['
953 'application/javascript',
953 'application/javascript',
954 'text/html',
954 'text/html',
955 'text/markdown',
955 'text/markdown',
956 'image/svg+xml',
957 'text/latex',
956 'text/latex',
957 'image/svg+xml',
958 'image/png',
958 'image/png',
959 'image/jpeg',
959 'image/jpeg',
960 'application/pdf',
960 'application/pdf',
@@ -13,7 +13,7 b' class NbConvertBase(LoggingConfigurable):'
13 Useful for display data priority that might be use by many transformers
13 Useful for display data priority that might be use by many transformers
14 """
14 """
15
15
16 display_data_priority = List(['text/html', 'application/pdf', 'image/svg+xml', 'text/latex', 'image/png', 'image/jpeg', 'text/plain'],
16 display_data_priority = List(['text/html', 'application/pdf', 'text/latex', 'image/svg+xml', 'image/png', 'image/jpeg', 'text/plain'],
17 config=True,
17 config=True,
18 help= """
18 help= """
19 An ordered list of preferred output type, the first
19 An ordered list of preferred output type, the first
General Comments 0
You need to be logged in to leave comments. Login now