You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
%%capture_img --path "food.png" --compression 50
test.show() Prints out:
Output saved by creating file at food.png.
<IPython.utils.capture.RichOutput at 0x15fbba6d0>
Then there is no food.png file even though there is a foo.png next to it from running the basic example. Granted, the test object i am using is unique to my company, but i was hoping that this library could generally capture any image that is outputted in jupyter notebooks cells.
Thanks!
The text was updated successfully, but these errors were encountered:
%%capture_img --path "food.png" --compression 50
test.show()
Prints out:
Output saved by creating file at food.png.
<IPython.utils.capture.RichOutput at 0x15fbba6d0>
Then there is no food.png file even though there is a foo.png next to it from running the basic example. Granted, the test object i am using is unique to my company, but i was hoping that this library could generally capture any image that is outputted in jupyter notebooks cells.
Thanks!
The text was updated successfully, but these errors were encountered: