##// END OF EJS Templates
Update IPython/core/display.py
Matthias Bussonnier -
Show More
@@ -625,6 +625,7 b' class JSON(DisplayObject):'
625 625 def _repr_json_(self):
626 626 return self._data_and_metadata()
627 627
628
628 629 _css_t = """var link = document.createElement("link");
629 630 link.rel = "stylesheet";
630 631 link.type = "text/css";
General Comments 0
You need to be logged in to leave comments. Login now