Hi, I have followed this guide (https://learn.microsoft.com/en-us/azure/databricks/_static/notebooks/image-data-source.html) to successfully load some image data into a spark df and display it as a thumbnail. I would like to display a single image from the df as a full size image (not a thumbnail) and am running into some issues. I know it is possible to embed an image via dbfs, but my company system has disabled this feature. Any help would be appreciated.