From a5c878c8e6b8924239d6856a9e6d77a76b5380e8 2014-03-06 21:26:44 From: Jonathan Frederic Date: 2014-03-06 21:26:44 Subject: [PATCH] Removed some box-flex1 classes --- diff --git a/IPython/nbconvert/templates/html/basic.tpl b/IPython/nbconvert/templates/html/basic.tpl index 77fade2..21a51fd 100644 --- a/IPython/nbconvert/templates/html/basic.tpl +++ b/IPython/nbconvert/templates/html/basic.tpl @@ -95,7 +95,7 @@ unknown type {{ cell.type }} {%- endblock pyout %} {% block stream_stdout -%} -
+
 {{ output.text | ansi2html }}
 
@@ -159,7 +159,7 @@ height={{output.metadata['jpeg']['height']}} {%- endblock data_latex %} {% block pyerr -%} -
+
{{ super() }}
{%- endblock pyerr %}