gdesk.core.watcher module

class gdesk.core.watcher.CommandClient(port=None, host='localhost')

Bases: object

send(message, timeout=None, retries=None)
class gdesk.core.watcher.CommandServer(shell)

Bases: object

static connect_process(cqs_config=None)
static connect_zmq_process(cqs_config=None)
static execute_code(init_code, console_id)
execute_command(handover, cmd, args)
static execute_file(init_file, console_id)
host_info()
static open_images(*image_paths)
recv_queue_socket_loop(handover)
recv_socket_socket_loop(handover)
start(qapp)
static start_kernel(kerneltype='ipykernel', connectfile='', rundir=None, child=True, threaded=False)
start_queue_loop(qapp)
stop()