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