set_cell_autorefresh
Configure auto-refresh polling for an individual cell, overriding the notebook default. Supports adaptive polling, disabling, fixed intervals, or clearing the override to inherit the default.
Instructions
Set auto-refresh polling for a cell, as a per-cell override of the notebook default (set_notebook_autorefresh). Applies to both chart (draw-mode) and grid (run-mode) cells. A cell containing DDL/DML never polls: the value is stored, but the engine blocks its ticks and read tools report auto_refresh_blocked: "contains_write". Markdown cells are rejected. Nothing polls without a per-cell value or a notebook default. value: true = adaptive poll (interval auto-tuned to response time), false = no polling, a fixed interval string ("1s", "5s", "10s", "30s", "1m"), or null to clear the override so the cell inherits the notebook default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| value | Yes | ||
| cell_id | Yes | ||
| buffer_id | Yes |