I’m trying to write a python code in jupyter that randomly picks AND Displays 5 images from an excel sheet column. All images have been uploaded from my local desktop into a single column. It's one image per cell.
This is how the excel (Pictures Column E) looks like: https://i.ytimg.com/vi/2-FbQAXSv4M/maxresdefault.jpg
I have tried openpyxl and display.image options but nothing works.
Thank you for your help :)