Description
Hi there,
Thanks for working on Jupyter Server! I really enjoy using Jupyter (Lab) in my work.
One issue I have sometimes encountered, is my unoptimized/verbose scripts pump too much text to the web interface via a %%bash
code block, & the web interface can hang / behave strangely as it presumably starts missing messages. I was wondering if "next gen" web transport technologies like HTTP/3
or QUIC
, could help solve this, or at least make it happen at a higher threshold of text bandwith?
I gave a search of the issues, and the 2022 meeting minutes (jupyter-server/team-compass#15), and the Discourse forum, & I didn't see future Jupyter Server support for HTTP/3 or QUIC addressed. I am not up to date on the official HTTP/3 standardization process (I think it recently was given a stable release?), but I will note that as of now both Chrome & Safari have implemented an optional enable for HTTP/3 support.
Would be curious to hear your thoughts on this.