Added IPythonViewer docstring

This commit is contained in:
Andrew Murray 2021-03-04 08:56:49 +11:00
parent 5e0a4acb85
commit 7b09463809

View File

@ -227,6 +227,8 @@ if sys.platform not in ("win32", "darwin"): # unixoids
class IPythonViewer(Viewer):
"""The viewer for IPython frontends."""
def show_image(self, image, **options):
ipython_display(image)
return 1