##// END OF EJS Templates
Updated docstring for core.display.Image to make clear that the image is not necessarily displayed on creation.
Andrew Mark -
Show More
@@ -508,9 +508,9 b' class Image(DisplayObject):'
508 _ACCEPTABLE_EMBEDDINGS = [_FMT_JPEG, _FMT_PNG]
508 _ACCEPTABLE_EMBEDDINGS = [_FMT_JPEG, _FMT_PNG]
509
509
510 def __init__(self, data=None, url=None, filename=None, format=u'png', embed=None, width=None, height=None, retina=False):
510 def __init__(self, data=None, url=None, filename=None, format=u'png', embed=None, width=None, height=None, retina=False):
511 """Create a display an PNG/JPEG image given raw data.
511 """Create a PNG/JPEG image object given raw data.
512
512
513 When this object is returned by an expression or passed to the
513 When this object is returned by an input cell or passed to the
514 display function, it will result in the image being displayed
514 display function, it will result in the image being displayed
515 in the frontend.
515 in the frontend.
516
516
General Comments 0
You need to be logged in to leave comments. Login now