From e5d0cfd50f51dc0a16617634e379d57046224f57 Mon Sep 17 00:00:00 2001 From: Sylvain Corlay Date: Wed, 8 Dec 2021 14:16:55 +0100 Subject: [PATCH] Prevent page breaks in outputs when printing (#1679) --- .../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 %}