From 9f87ba986f72f305641c180c703d4f432cbfa949 Mon Sep 17 00:00:00 2001 From: Sylvain Corlay Date: Wed, 8 Dec 2021 14:03:58 +0100 Subject: [PATCH] Add collapsers to template --- .../nbconvert/templates/lab/base.html.j2 | 4 +++ .../nbconvert/templates/lab/index.html.j2 | 31 +++++++++---------- 2 files changed, 18 insertions(+), 17 deletions(-) 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 -%}
+ @@ -31,6 +33,8 @@ {% block output_group %} {% 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 @@