From 84197fa9eba8220724e47d80db7f262f9d1ea89f 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 %}