Jupyter slashes queryString from Iframes
- Dominant language
- Jupyter Notebook
- Stars
- 13.3k
- Forks
- 5.8k
- Avg merge
- 6d 11h
- Merged PRs (30d)
- 7
Description
Hi ,
i am trying to pass a queryString to an iframe and then utilising it inside . i have done testing over a local setup with browsers it works fine , but inside the jupyter one i am calling the iframe the query string is not available to the page being iframed .
CODE :
display(HTML(''''''))
on debugging i found out that , jupyter is removing all the query strings from the passed src attribute of iframe.
is there any workaround for this issue ? .
Contributor guide
Research direction
Reproduce the issue using the HTML(...) iframe example with a query string, then inspect the rendered iframe src in Jupyter and compare it with a local browser result. Done means the query string remains available to the page loaded by the iframe; the issue does not name a file or test to run.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- jupyter-notebook
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100