From e9440df4991a9117f66b42118c9fe8ab048dc2b7 2014-03-06 21:26:45 From: Jonathan Frederic Date: 2014-03-06 21:26:45 Subject: [PATCH] Audit of putput_* in nbconvert still need to do notebook... --- 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 }}