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}
"""