Accessing Authorized Images in HTML View
- Dominant language
- Python
- Stars
- 734
- Forks
- 412
- Avg merge
- 1d 5h
- Merged PRs (30d)
- 8
Description
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?
Contributor guide
Research direction
The issue names no files, tests, or entry points. Start by investigating how ipykernel's HTML display view in VSCode handles remote image requests, especially private Google Cloud Storage URLs and authorization tokens. Done means establishing whether authenticated requests are supported and defining the expected behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- google-cloud, jupyter, python
- Domain
- authentication, frontend, web-dev
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100