evaluate_cells
Run notebook cells in a persistent Wolfram kernel, preserving state across executions. Specify an index or range, and control output detail to summary or full.
Instructions
Evaluate notebook cells in document order, in the persistent kernel, with state carrying between them. Give either index, or from_+to for a range. A long replay can be interrupted with abort(). Large ranges come back summarised (counts, failures, messages, slowest cells); set detail='full' to force per-cell output, or 'summary' to force the compact form.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | ||
| from_ | No | ||
| index | No | ||
| detail | No | auto | |
| timeout | No | ||
| notebook | No | ||
| stop_on_error | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |