Human-readable display name for the kernel
OptionalenvironmentPython environment object from the VS Code Python extension
Unique identifier for this kernel connection
OptionalkernelJupyter kernel specification with execution details
Optionalargv?: string[]Command line arguments to launch the kernel
Display name for the kernel
Programming language of the kernel
Optionalmetadata?: Record<string, unknown>Additional metadata about the kernel
Internal name of the kernel
OptionalpythonPath to the Python executable (only for python-environment type)
OptionalserverBase URL of the Jupyter server (only for jupyter-server type)
OptionaltokenAuthentication token for the Jupyter server
The type of kernel source: local Python environment or remote Jupyter server
Kernel connection information returned from native pickers. Contains all necessary details to establish a connection to either a local Python environment or a remote Jupyter server.