Show More
@@ -45,6 +45,9 b' class HTMLExporter(TemplateExporter):' | |||||
45 | @property |
|
45 | @property | |
46 | def default_config(self): |
|
46 | def default_config(self): | |
47 | c = Config({ |
|
47 | c = Config({ | |
|
48 | 'NbConvertBase': { | |||
|
49 | 'display_data_priority' : ['javascript', 'html', 'application/pdf', 'svg', 'latex', 'png', 'jpg', 'jpeg' , 'text'] | |||
|
50 | }, | |||
48 | 'CSSHTMLHeaderPreprocessor':{ |
|
51 | 'CSSHTMLHeaderPreprocessor':{ | |
49 | 'enabled':True |
|
52 | 'enabled':True | |
50 | }, |
|
53 | }, |
General Comments 0
You need to be logged in to leave comments.
Login now