From 7b89b5af27a291d7c91c21b0f58ebf4bdfd06543 2016-05-27 13:13:52 From: nvdv Date: 2016-05-27 13:13:52 Subject: [PATCH] Add units to height and width in Image docstring. --- diff --git a/IPython/core/display.py b/IPython/core/display.py index 1db5d8a..4a943e4 100644 --- a/IPython/core/display.py +++ b/IPython/core/display.py @@ -678,9 +678,9 @@ class Image(DisplayObject): Note that QtConsole is not able to display images if `embed` is set to `False` width : int - Width to which to constrain the image in html + Width in pixels to which to constrain the image in html height : int - Height to which to constrain the image in html + Height in pixels to which to constrain the image in html retina : bool Automatically set the width and height to half of the measured width and height.