Skip to main content

execapp

Execution application for running code in Datalayer runtimes.

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

Execute a file on a IPython Runtime.

handle_sigint(*args: 't.Any') -> 'None'

Handle SIGINT signal during kernel execution.

Parameters

  • *args : t.Any

    Signal handler arguments.

initialize(argv: 't.Optional[list[dict[str, t.Any]]]' = None) -> 'None'

Do actions after construct, but before starting the app.

Parameters

  • argv : Optional[list[dict[str, Any]]]

    Command line arguments to parse.

init_kernel_manager() -> 'None'

Initialize the kernel manager.

init_kernel_client() -> 'None'

Initialize the kernel client.

start() -> 'None'

Start the execution application.