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