Replies: 1 comment 6 replies
-
Thanks for filing this issue and expressing interest in using the API.
Currently this approach is added so we have control over what API is used by which extension. A few questions/notes
|
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!
TL;DR:
I'd like to write a new Vscode Extension to enable new functionalities (code analysis, etc) for a Python environment running in Vscode.
In order to do this, I'd like my extension to access the
vscode-jupyter
api.But when I try, i get this message:
Is there a way to use the API, or is the access restricted?
Details:
In order to develop new functionalities for Python in Vscode, I'd like my extension to connect to a running Python Kernel managed by
vscode-jupyter
.After a bit of digging, I've found out that this possibility exists: in particular, the extension
vscode-jupyter-powertoys
does that, by calling the Jupyter API in this way:Unfortunately, i see that the access to this feature is restricted, with this code granting access to Trusted developers only:
which prints this nice message
So I'm opening this issue here.
My question is, is there a way to be enabled to use this experimental feature? Or is it restricted to the Microsoft team only?
How can I have access to the API?
Thank you in advance!
Beta Was this translation helpful? Give feedback.
All reactions