-
Notifications
You must be signed in to change notification settings - Fork 294
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.
When an extension attempts to access a Jupyter Kernel, the user will be prompted to grant or remove access to the Kernels.
Access to Jupyter Kernels is granted by the user per extension. Meaning the user can grant access to extension A
and revoke access to extension B
.
Granting access to Jupyter Kernels, 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
.
- Contribution
- Source Code Organization
- Coding Standards
- Profiling
- Coding Guidelines
- Component Governance
- Writing tests
- Kernels
- Intellisense
- Debugging
- IPyWidgets
- Extensibility
- Module Dependencies
- Errors thrown
- Jupyter API
- Variable fetching
- Import / Export
- React Webviews: Variable Viewer, Data Viewer, and Plot Viewer
- FAQ
- Kernel Crashes
- Jupyter issues in the Python Interactive Window or Notebook Editor
- Finding the code that is causing high CPU load in production
- How to install extensions from VSIX when using Remote VS Code
- How to connect to a jupyter server for running code in vscode.dev
- Jupyter Kernels and the Jupyter Extension