From 409d891f6f9d8adf0f2c7835b392a7059e651e46 Mon Sep 17 00:00:00 2001 From: je-cook <81617086+je-cook@users.noreply.github.com> Date: Mon, 10 Feb 2025 08:11:16 +0000 Subject: [PATCH] Remove margin around output --- rich/jupyter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rich/jupyter.py b/rich/jupyter.py index 24135a9f..c8a9bc9f 100644 --- a/rich/jupyter.py +++ b/rich/jupyter.py @@ -11,7 +11,7 @@ if TYPE_CHECKING: from rich.console import ConsoleRenderable JUPYTER_HTML_FORMAT = """\ -
{code}
+
{code}
"""