clusterfun
clusterfun copied to clipboard
Potential issue: external JPEG images not showing
Cannot reproduce this with
import clusterfun as clt
import pandas as pd
df = pd.DataFrame()
df["img_path"] = ["https://clusterfun-test-bucket.s3.eu-west-2.amazonaws.com/file.jpeg"]
clt.grid(df, media="img_path", show=True)
@hyenal any idea how to reproduce this more exactly? Is it with images from a specific source (not http)?
I will have a look this week end, the image was local so that could be the issue but I don't see how different it would be from s3...