v0.6.1 - 2018-10-20
Added
- New
preview
keyword argument to images, set this toFalse
if
you don't want a matplotlib figure returned. - New
encode
keyword argument to images, setting this toTrue
will return a base64 encoded string representation of the image in PNG format.
Fixed
- Preview images are no longer displayed twice in jupyter notebooks
- Preview images no longer display the x and y axis numbers.