runtimesapp
Main application for runtime management commands.
class JupyterRuntimesApp(**kwargs: 't.Any') -> 'None'
Main application for runtime management with subcommands.
This application provides subcommands for managing Datalayer runtimes including create, start, stop, pause, terminate, exec, list, console, and web.
start() -> None
Start the runtimes application.
Shows available subcommands if no subcommand is specified.