Eric Charles
Eric Charles
Moving to draft as we are discussing this in the notebook meeting.
Thx for jumping here @kevin-bates. We have been talking about this PR during today notebook meeting and other ideas have been setup like having the IPythonHandler being added in `notebook`...
just curious, what "network channel" are you thinking to for such events: an existing/new websocket channel, or comm channel...?
The client having to pull those information is really something we should move away from in favor of something more event-based pushed from the server. If GraphQL can bring that,...
> Maybe Jupyverse would be a good place to start experimenting with a GraphQL API, because FastAPI makes it easy to use any ASGI-compatible GraphQL library. I don't know if...
Haven't tried it since a long time, but I think to remember that you can override via python config like described in https://github.com/jupyter-server/jupyter_server/issues/207#issuecomment-650413759 So to make it clear, it is...
> this pull request is removing notebook validation and "notarization" > With RTC, validation becomes a shared responsibility, it's not centralized in the server. Can you give more context on...
IMHO Notebook trust and security is something important that should be upgraded whatever feature is considered in a consistent and predicable way . Adding @Carreau to this thread as he...
In // to the discussion on https://github.com/jupyter-server/jupyter_server/issues/592, I wonder what are the needed changes to the services packages to support the Pending/Slow staring kernel proposal. My feeling after having worked...
> ...which goes a little bit against the refactor of the websocket protocol... In terms of header parsing, this should not be too costly, I agree. In the protocol alignment...