Show More
@@ -37,7 +37,7 b' 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' : [' |
|
40 | 'display_data_priority' : ['application/javascript', 'text/html', 'text/markdown', 'application/pdf', 'image/svg+xml', 'text/latex', 'image/png', 'image/jpeg', 'text/plain'] | |
41 | }, |
|
41 | }, | |
42 | 'CSSHTMLHeaderPreprocessor':{ |
|
42 | 'CSSHTMLHeaderPreprocessor':{ | |
43 | 'enabled':True |
|
43 | 'enabled':True |
@@ -192,7 +192,7 b" height={{output.metadata['image/jpeg']['height']}}" | |||||
192 | {%- block data_javascript scoped %} |
|
192 | {%- block data_javascript scoped %} | |
193 | <div class="output_subarea output_javascript {{extra_class}}"> |
|
193 | <div class="output_subarea output_javascript {{extra_class}}"> | |
194 | <script type="text/javascript"> |
|
194 | <script type="text/javascript"> | |
195 |
{{ output.data[' |
|
195 | {{ output.data['application/javascript'] }} | |
196 | </script> |
|
196 | </script> | |
197 | </div> |
|
197 | </div> | |
198 | {%- endblock -%} |
|
198 | {%- endblock -%} |
General Comments 0
You need to be logged in to leave comments.
Login now