Skip to main content

consoleapp

Console application for connecting to Datalayer runtimes.

class RuntimesConsoleApp(**kwargs: 't.Any') -> 'None'

Console for Datalayer runtimes.

urls

Get a DatalayerURLs object with the configured URLs.

Returns

  • DatalayerURLs

    URLs object with run_url and iam_url from the app configuration.

initialize(argv: Any = None) -> None

Do actions after construct, but before starting the app.

Parameters

  • argv : t.Any, optional

    Command line arguments.

init_kernel_manager() -> None

Initialize the kernel manager.

init_shell() -> None

Initialize the shell.

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