Skip to main content

console.consoleapp

Console application for connecting to Datalayer runtimes.

RuntimesConsoleApp Objects

class RuntimesConsoleApp(AuthnMixin, KonsoleApp)

Console for Datalayer runtimes.

urls

@property
def urls() -> DatalayerURLs

Get a DatalayerURLs object with the configured URLs.

Returns

DatalayerURLs URLs object with datalayer_url and iam_url from the app configuration.

initialize

@catch_config_error
def initialize(argv: t.Any = None) -> None

Do actions after construct, but before starting the app.

Parameters

argv : t.Any, optional Command line arguments.

init_kernel_manager

def init_kernel_manager() -> None

Initialize the kernel manager.

init_shell

def init_shell() -> None

Initialize the shell.

Forces own_kernel to False to prevent shutting down the kernel on exit.