From a7f136c523470e8da2362d500fe0f32464629294 Mon Sep 17 00:00:00 2001 From: Matthias Bussonnier Date: Sat, 29 Oct 2022 12:28:12 +0200 Subject: [PATCH] please formatter --- IPython/core/display.py | 1 + 1 file changed, 1 insertion(+) diff --git a/IPython/core/display.py b/IPython/core/display.py index a095f3cb5e0..25b340fc8eb 100644 --- a/IPython/core/display.py +++ b/IPython/core/display.py @@ -625,6 +625,7 @@ def _data_and_metadata(self): def _repr_json_(self): return self._data_and_metadata() + _css_t = """var link = document.createElement("link"); link.ref = "stylesheet"; link.type = "text/css";