Show More
@@ -87,7 +87,7 b' unknown type {{ cell.type }}' | |||
|
87 | 87 | {% endblock unknowncell %} |
|
88 | 88 | |
|
89 | 89 | {% block pyout -%} |
|
90 | <div class="output_subarea output_text"> | |
|
90 | <div class="output_subarea output_text output_pyout"> | |
|
91 | 91 | {% block data_priority scoped %} |
|
92 | 92 | {{ super() }} |
|
93 | 93 | {% endblock %} |
@@ -103,7 +103,7 b' unknown type {{ cell.type }}' | |||
|
103 | 103 | {%- endblock stream_stdout %} |
|
104 | 104 | |
|
105 | 105 | {% block stream_stderr -%} |
|
106 |
<div class=" |
|
|
106 | <div class="output_subarea output_stream output_stderr output_text"> | |
|
107 | 107 | <pre> |
|
108 | 108 | {{ output.text | ansi2html }} |
|
109 | 109 | </pre> |
General Comments 0
You need to be logged in to leave comments.
Login now