Skip to content

Jupyter Kernel API Access

Don Jayamanne edited this page Nov 20, 2023 · 3 revisions

The Jupyter Extension provides an extensibility point allowing other extension to access the Jupyter Kernels.

However access to Jupyter Kernels is not provided to these extensions without the consent of the user.
This is because providing access to Kernels means, other extensions can then execute code against these kernels which could be either local or remote.

When an extension attempts to access a Jupyter Kernel, the user will be prompted to grant or remove access to the Kernels.
Granting access to Kernels for a specific extension, give that extension the ability to execute code on that kernel (local &/or remote).

Users can manage (gran/revoke) access to the Jupyter Kernels per extension via the command Jupyter: Manage Access To Jupyter Kernels.

Clone this wiki locally