diff --git a/IPython/nbconvert/templates/html/basic.tpl b/IPython/nbconvert/templates/html/basic.tpl index 9592cdc..43b0e42 100644 --- a/IPython/nbconvert/templates/html/basic.tpl +++ b/IPython/nbconvert/templates/html/basic.tpl @@ -87,7 +87,7 @@ unknown type {{ cell.type }} {% endblock unknowncell %} {% block pyout -%} -
+
{% block data_priority scoped %} {{ super() }} {% endblock %} @@ -103,7 +103,7 @@ unknown type {{ cell.type }} {%- endblock stream_stdout %} {% block stream_stderr -%} -
+
 {{ output.text | ansi2html }}