consoleapp
Console application for connecting to Datalayer runtimes.
class RuntimesConsoleApp(**kwargs: 't.Any') -> 'None'
Console for Datalayer remote kernels.
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.