jellycell.cli.commands.run¶
jellycell run — execute a notebook end-to-end with caching.
Module Contents¶
Functions¶
Execute every code cell of |
API¶
- jellycell.cli.commands.run.run(ctx: typer.Context, notebook: pathlib.Path = typer.Argument(..., help='Path to the notebook .py file.'), force: bool = typer.Option(False, '--force', help='Bypass cache (re-execute all cells).'), message: str | None = typer.Option(None, '--message', '-m', help='One-line note recorded in manuscripts/journal.md (if journal is enabled).')) None¶
Execute every code cell of
notebook. Cache hits are restored from the store.