bundles / IPython 9.3.0 / IPython / core / display / TextDisplayObject
class
IPython.core.display:TextDisplayObject
source: /IPython/core/display.py :407
Signature
class TextDisplayObject ( data = None , url = None , filename = None , metadata = None ) Members
Summary
Create a text display object given raw data.
Parameters
data: str or unicodeThe raw data or a URL or file to load the data from.
url: unicodeA URL to download the data from.
filename: unicodePath to a local file to load the data from.
metadata: dictDict of metadata associated to be the object when displayed
Aliases
-
IPython.display.TextDisplayObject