When running in my local environment, jinja2 is not installed by default
impresso_session.images.get(image_id, include_embeddings=True)
I got this error
from pandas.io.formats.style import Styler
AttributeError: The '.style' accessor requires jinja2
In my case, I had to install jinja2 to make it work
When running in my local environment, jinja2 is not installed by default
I got this error
In my case, I had to install jinja2 to make it work