diff --git a/share/jupyter/nbconvert/templates/lab/base.html.j2 b/share/jupyter/nbconvert/templates/lab/base.html.j2 index f7998f942..a65ef4629 100644 --- a/share/jupyter/nbconvert/templates/lab/base.html.j2 +++ b/share/jupyter/nbconvert/templates/lab/base.html.j2 @@ -15,6 +15,8 @@ {% block input_group -%}
+
+
{{ super() }}
@@ -31,6 +33,8 @@ {% block output_group %}
+ {{ super() }}
{% endblock output_group %} diff --git a/share/jupyter/nbconvert/templates/lab/index.html.j2 b/share/jupyter/nbconvert/templates/lab/index.html.j2 index 1eb714862..9e1d3d668 100644 --- a/share/jupyter/nbconvert/templates/lab/index.html.j2 +++ b/share/jupyter/nbconvert/templates/lab/index.html.j2 @@ -43,23 +43,25 @@