rgpycrumbs.run.jupyter¶
Functions¶
|
Internal: run command and stream stdout/stderr live to current stdout. |
|
Helper wrapper to run commands, stream output, and exit script/notebook |
Module Contents¶
- rgpycrumbs.run.jupyter._run_command_live(cmd: str | list[str], *, check: bool = True, timeout: float | None = None, capture: bool = False, encoding: str = 'utf-8') subprocess.CompletedProcess[source]¶
Internal: run command and stream stdout/stderr live to current stdout. If capture=True, also collect combined output and return it in CompletedProcess.stdout.