From 49b8de9e48c4ec66cd50fef139db29a92b5a09ba Mon Sep 17 00:00:00 2001 From: Sylvain Corlay Date: Tue, 23 Nov 2021 22:32:51 +0100 Subject: [PATCH] Prevent page breaks in outputs when printing --- .../nbconvert/templates/lab/index.html.j2 | 52 +++++++++++++++++++ 1 file changed, 52 insertions(+) diff --git a/share/jupyter/nbconvert/templates/lab/index.html.j2 b/share/jupyter/nbconvert/templates/lab/index.html.j2 index 838620f8e..1eb714862 100644 --- a/share/jupyter/nbconvert/templates/lab/index.html.j2 +++ b/share/jupyter/nbconvert/templates/lab/index.html.j2 @@ -41,9 +41,11 @@ {{ resources.include_css("static/theme-light.css") }} {% endif %}