##// 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 953 'application/javascript',
954 954 'text/html',
955 955 'text/markdown',
956 'image/svg+xml',
957 956 'text/latex',
957 'image/svg+xml',
958 958 'image/png',
959 959 'image/jpeg',
960 960 'application/pdf',
@@ -13,7 +13,7 b' class NbConvertBase(LoggingConfigurable):'
13 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 17 config=True,
18 18 help= """
19 19 An ordered list of preferred output type, the first
General Comments 0
You need to be logged in to leave comments. Login now