ipykernel
ipykernel copied to clipboard
Accessing Authorized Images in HTML View
Hi I'm currently trying to render images in a HTML ipykernel display view in VSCode. I have two images links, one is a public facing cdn bucket on GCS and a https://storage.cloud.google.com url in private bucket on GCS.
As expected, the CDN url works fine but the private bucket path fails to load as I haven't provided any authorization to access these images.
Is there any way to attach my Auth token to my ipykernel display session (is that even a thing?) when it makes any remote requests?