From 2b8bb5ad7a418287d3b3b8867d68ae71e2ab9d96 2024-10-25 07:56:32 From: Wes Turner Date: 2024-10-25 07:56:32 Subject: [PATCH] DOC: include WEBP in the display.Image docstring --- diff --git a/IPython/core/display.py b/IPython/core/display.py index add5692..c3c4401 100644 --- a/IPython/core/display.py +++ b/IPython/core/display.py @@ -905,7 +905,7 @@ class Image(DisplayObject): metadata=None, alt=None, ): - """Create a PNG/JPEG/GIF image object given raw data. + """Create a PNG/JPEG/GIF/WEBP image object given raw data. When this object is returned by an input cell or passed to the display function, it will result in the image being displayed