turicreate.Image.show

Image.show()

Displays the image.

Alternatively, you can create an turicreate.SArray of this image and use py:func:turicreate.SArray.show()

Examples

>>> img = turicreate.Image('https://static.turi.com/datasets/images/sample.jpg')
>>> img.show()