Datalayer VS Code Extension - v0.0.6
Preparing search index...
services/kernel/rawSocket
IKernelConnection
Interface IKernelConnection
Kernel connection configuration (from connection file).
interface
IKernelConnection
{
control_port
:
number
;
hb_port
:
number
;
iopub_port
:
number
;
ip
:
string
;
kernel_name
?:
string
;
key
:
string
;
shell_port
:
number
;
signature_scheme
:
"hmac-sha256"
;
stdin_port
:
number
;
transport
:
"tcp"
|
"ipc"
;
}
Index
Properties
control_
port
hb_
port
iopub_
port
ip
kernel_
name?
key
shell_
port
signature_
scheme
stdin_
port
transport
Properties
control_
port
control_port
:
number
hb_
port
hb_port
:
number
iopub_
port
iopub_port
:
number
ip
ip
:
string
Optional
kernel_
name
kernel_name
?:
string
key
key
:
string
shell_
port
shell_port
:
number
signature_
scheme
signature_scheme
:
"hmac-sha256"
stdin_
port
stdin_port
:
number
transport
transport
:
"tcp"
|
"ipc"
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
Properties
control_
port
hb_
port
iopub_
port
ip
kernel_
name
key
shell_
port
signature_
scheme
stdin_
port
transport
Datalayer VS Code Extension - v0.0.6
Loading...
Kernel connection configuration (from connection file).