##// END OF EJS Templates
Restoring two lines I accidentally removed in display.py
Nick Tallant -
Show More
@@ -1270,9 +1270,11 b' class Image(DisplayObject):'
1270 1270 return b64_data
1271 1271
1272 1272 def _repr_png_(self):
1273 if self.embed and self.format == self._FMT_PNG:
1273 1274 return self._data_and_metadata()
1274 1275
1275 1276 def _repr_jpeg_(self):
1277 if self.embed and self.format == self._FMT_JPEG:
1276 1278 return self._data_and_metadata()
1277 1279
1278 1280 def _find_ext(self, s):
General Comments 0
You need to be logged in to leave comments. Login now