MCPcopy Create free account
hub / github.com/ipython/ipython / _ipython_display_

Method _ipython_display_

IPython/core/display.py:993–1001  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

991
992
993 def _ipython_display_(self):
994 bundle = {
995 'application/geo+json': self.data,
996 'text/plain': '<IPython.display.GeoJSON object>'
997 }
998 metadata = {
999 'application/geo+json': self.metadata
1000 }
1001 display(bundle, metadata=metadata, raw=True)
1002
1003class Javascript(TextDisplayObject):
1004

Callers

nothing calls this directly

Calls 1

displayFunction · 0.70

Tested by

no test coverage detected