Show More
@@ -37,7 +37,15 class HTMLExporter(TemplateExporter): | |||||
37 | def default_config(self): |
|
37 | def default_config(self): | |
38 | c = Config({ |
|
38 | c = Config({ | |
39 | 'NbConvertBase': { |
|
39 | 'NbConvertBase': { | |
40 | 'display_data_priority' : ['application/javascript', 'text/html', 'text/markdown', 'application/pdf', 'image/svg+xml', 'text/latex', 'image/png', 'image/jpeg', 'text/plain'] |
|
40 | 'display_data_priority' : ['application/javascript', | |
|
41 | 'text/html', | |||
|
42 | 'text/markdown', | |||
|
43 | 'image/svg+xml', | |||
|
44 | 'text/latex', | |||
|
45 | 'image/png', | |||
|
46 | 'image/jpeg', | |||
|
47 | 'text/plain' | |||
|
48 | ] | |||
41 | }, |
|
49 | }, | |
42 | 'CSSHTMLHeaderPreprocessor':{ |
|
50 | 'CSSHTMLHeaderPreprocessor':{ | |
43 | 'enabled':True |
|
51 | 'enabled':True |
General Comments 0
You need to be logged in to leave comments.
Login now