Show More
@@ -38,12 +38,6 class MarkdownExporter(TemplateExporter): | |||||
38 |
|
38 | |||
39 | @property |
|
39 | @property | |
40 | def default_config(self): |
|
40 | def default_config(self): | |
41 | c = Config({ |
|
41 | c = Config({'ExtractOutputPreprocessor':{'enabled':True}}) | |
42 | 'NbConvertBase': { |
|
|||
43 | 'display_data_priority': ['html', 'application/pdf', 'svg', 'latex', 'png', 'jpg', 'jpeg' , 'text'] |
|
|||
44 | }, |
|
|||
45 | 'ExtractOutputPreprocessor': { |
|
|||
46 | 'enabled':True} |
|
|||
47 | }) |
|
|||
48 | c.merge(super(MarkdownExporter,self).default_config) |
|
42 | c.merge(super(MarkdownExporter,self).default_config) | |
49 | return c |
|
43 | return c |
General Comments 0
You need to be logged in to leave comments.
Login now