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', ' |
|
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