##// END OF EJS Templates
Remove pdf from display order for HTML export...
Thomas Kluyver -
Show More
@@ -37,7 +37,15 b' class HTMLExporter(TemplateExporter):'
37 37 def default_config(self):
38 38 c = Config({
39 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 50 'CSSHTMLHeaderPreprocessor':{
43 51 'enabled':True
General Comments 0
You need to be logged in to leave comments. Login now