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
It's the paintings.ipynb notebook that's not working properly. I dont remember the exact error message, but i think it was the missing SPARQLWrapper library. At this point of time i had no output and only the error message. I've installed the libraries and that fixed the issue i've shown on friday.
Now there is another issue: it seems that running the notebook now gives me some output up until the point of the first image. I've committed this version and its viewable on my github pages under 'Activity: Paintings catalogue in Jupyter Notebook' or in the paintings.ipynb.
Running the notebook i get the following output:
Hi Marcel, this is an issue with versions of Pillow older than 9.4.0. You can either run:
pip install Pillow==9.4.0
or more simply just remove the line im.thumbnail((500, 500), Image.Resampling.LANCZOS) from paintings.ipynb. All that does is resize the images so may not be necessary.
Hi @Marcel-Kro can you add some detail about the error you have below. Let me know if the error was Quarto, running Notebooks, or something else.
The text was updated successfully, but these errors were encountered: