Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type KernelConnectionInfo ¶
type KernelConnectionInfo map[string]interface{}
type LocalProvisioner ¶
type LocalProvisioner struct { Kernelspec kernelspec.KernelSpecJsonData KernelId string ConnectionInfo KernelConnectionInfo Process string Exit_future string Pid int Pgid int IP string PortsCached bool }
func (*LocalProvisioner) LaunchKernel ¶
func (provisioner *LocalProvisioner) LaunchKernel(kernelCmd []string, kw map[string]interface{}, connFile string) (KernelConnectionInfo, error)
func (*LocalProvisioner) ShutdownKernel ¶
func (provisioner *LocalProvisioner) ShutdownKernel()
Click to show internal directories.
Click to hide internal directories.