From 3fe68e1cb312a8aec1f4189220b017f60c6d45f7 2022-10-29 11:18:03 From: Matthias Bussonnier Date: 2022-10-29 11:18:03 Subject: [PATCH] Update IPython/core/display.py --- diff --git a/IPython/core/display.py b/IPython/core/display.py index bf55044..23d8636 100644 --- a/IPython/core/display.py +++ b/IPython/core/display.py @@ -625,6 +625,7 @@ class JSON(DisplayObject): def _repr_json_(self): return self._data_and_metadata() + _css_t = """var link = document.createElement("link"); link.rel = "stylesheet"; link.type = "text/css";