Accessing Jupyter API in Third-Party Extensions #16485
Unanswered
daniyal305
asked this question in
Questions and Answers
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello Jupyter Extension Team,
I’m developing a VS Code extension that integrates with the Jupyter extension to fetch and list available Jupyter kernels. However, when calling the Jupyter API, I received the following message:
"Thank you for trying the Jupyter API. Please file an issue on our repo to allow the extension unknown to use this API in production. This would prevent us from breaking your extension when updating the API (as it is still a work in progress)."
Since the Jupyter API is currently restricted for unknown extensions in production, I’d like to open a discussion on:
What I Tried:
I attempted to fetch available kernels using the following approach:
However, this resulted in the warning message above.
Questions for the Team:
I’d love to hear thoughts from the team and the community on how best to proceed. Thanks for your time and all the work you do on the Jupyter extension! 🚀
Beta Was this translation helpful? Give feedback.
All reactions