##// END OF EJS Templates
DOC: include WEBP in the display.Image docstring
Wes Turner -
Show More
@@ -905,7 +905,7 b' class Image(DisplayObject):'
905 905 metadata=None,
906 906 alt=None,
907 907 ):
908 """Create a PNG/JPEG/GIF image object given raw data.
908 """Create a PNG/JPEG/GIF/WEBP image object given raw data.
909 909
910 910 When this object is returned by an input cell or passed to the
911 911 display function, it will result in the image being displayed
General Comments 0
You need to be logged in to leave comments. Login now