Closed rickkk856 closed 3 years ago
Nevermind, I could solve it by using an earlier version of the package:
Just use !pip install ipyplot==1.0.1
version
then remove the force_b64=True
from ipyplot.plot_images(images_pil, labels, img_width=256, max_images=10)
PS: if you right click the image and go to "open in new tab" you can see the image in its full size.
I am plotting an image grid of files from my google drive. However, when I double click an image to enlage (zoom) it, the Ipyplot tries to open it on
https://localhost:8080/#ipyplot-content-div-gxxhDYw6uZPAFysCBXxHRa-KQknA24YyNKi4us9tmHekN
but this page does not exist, then If I want to see the images, I have to run the cell again...I even tried to solve it by making a refresh button like this:
Even though, after the link is open, the button disappears 😢