Datalayer VS Code Extension - v0.0.6
Preparing search index...
services/kernel/nativeKernelIntegration
NativeKernelInfo
Interface NativeKernelInfo
Kernel connection information returned from native pickers
interface
NativeKernelInfo
{
displayName
:
string
;
environment
?:
Environment
;
id
:
string
;
kernelSpec
?:
{
argv
?:
string
[]
;
display_name
:
string
;
language
:
string
;
metadata
?:
Record
<
string
,
unknown
>
;
name
:
string
;
}
;
pythonPath
?:
string
;
serverUrl
?:
string
;
token
?:
string
;
type
:
"python-environment"
|
"jupyter-server"
;
}
Index
Properties
display
Name
environment?
id
kernel
Spec?
python
Path?
server
Url?
token?
type
Properties
display
Name
displayName
:
string
Optional
environment
environment
?:
Environment
id
id
:
string
Optional
kernel
Spec
kernelSpec
?:
{
argv
?:
string
[]
;
display_name
:
string
;
language
:
string
;
metadata
?:
Record
<
string
,
unknown
>
;
name
:
string
;
}
Optional
python
Path
pythonPath
?:
string
Optional
server
Url
serverUrl
?:
string
Optional
token
token
?:
string
type
type
:
"python-environment"
|
"jupyter-server"
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
Properties
display
Name
environment
id
kernel
Spec
python
Path
server
Url
token
type
Datalayer VS Code Extension - v0.0.6
Loading...
Kernel connection information returned from native pickers