Show More
@@ -25,7 +25,7 b' class NbConvertBase(LoggingConfigurable):' | |||
|
25 | 25 | Useful for display data priority that might be use by many transformers |
|
26 | 26 | """ |
|
27 | 27 | |
|
28 |
display_data_priority = List(['html |
|
|
28 | display_data_priority = List(['html', 'application/pdf', 'svg', 'latex', 'png', 'jpg', 'jpeg' , 'text'], | |
|
29 | 29 | config=True, |
|
30 | 30 | help= """ |
|
31 | 31 | An ordered list of preferred output type, the first |
General Comments 0
You need to be logged in to leave comments.
Login now