Show More
@@ -95,7 +95,7 b' unknown type {{ cell.type }}' | |||||
95 | {%- endblock pyout %} |
|
95 | {%- endblock pyout %} | |
96 |
|
96 | |||
97 | {% block stream_stdout -%} |
|
97 | {% block stream_stdout -%} | |
98 |
<div class=" |
|
98 | <div class="output_subarea output_stream output_stdout output_text"> | |
99 | <pre> |
|
99 | <pre> | |
100 | {{ output.text | ansi2html }} |
|
100 | {{ output.text | ansi2html }} | |
101 | </pre> |
|
101 | </pre> | |
@@ -159,7 +159,7 b" height={{output.metadata['jpeg']['height']}}" | |||||
159 | {%- endblock data_latex %} |
|
159 | {%- endblock data_latex %} | |
160 |
|
160 | |||
161 | {% block pyerr -%} |
|
161 | {% block pyerr -%} | |
162 |
<div class=" |
|
162 | <div class="output_subarea output_text output_pyerr"> | |
163 | <pre>{{ super() }}</pre> |
|
163 | <pre>{{ super() }}</pre> | |
164 | </div> |
|
164 | </div> | |
165 | {%- endblock pyerr %} |
|
165 | {%- endblock pyerr %} |
General Comments 0
You need to be logged in to leave comments.
Login now