Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Evaluate JupyterServerConnectionInformation proposed API that should make it unnecessary to create a fake jupyter server #13

Open
gjsjohnmurray opened this issue Feb 23, 2024 · 0 comments

Comments

@gjsjohnmurray
Copy link
Collaborator

wanted to reach out to you about a proposed API that will make it unnecessary to create a fake jupyter server.
Today I can see that you have a fake server that handles http requests and the like,
Its possible (via a proposed API) to contribute a jupyter server that doesn't listen to any HTTP endpoints.
I.e. you can intercept all of the messages (http calls are made using a fetch implementation that can be provided by 3rd party and similarly websocket class implementation too can be provided by 3rd party, which means http requests completely unecessary.

Let me know if this is something you'd like to implement and I can led a hand.
Here's the proposed API that makes all of this possible https://github.com/microsoft/vscode-jupyter/blob/main/src/api.proposed.jupyterSettings.d.ts

Originally posted by @DonJayamanne in #6 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant