set_notebook_autorefresh
Set the default auto-refresh for notebook chart and grid cells. Choose adaptive polling, a fixed interval, or off; write cells are skipped. Optionally reset all per-cell overrides atomically.
Instructions
Set the notebook-level auto-refresh default for every cell showing a chart or a grid. Cells with no per-cell value inherit it; set_cell_autorefresh sets a per-cell override that wins over it. Cells containing DDL/DML are skipped — auto-refresh never executes a write. Until this is set, nothing polls. value: true = adaptive poll (interval auto-tuned to response time), false = no polling, or a fixed interval string ("1s", "5s", "10s", "30s", "1m"). reset_cell_overrides: true additionally deletes every per-cell override in the same atomic call, so ALL cells follow the new default — the equivalent of the console's "Reset cell overrides" action. Nothing re-runs; false or null leaves per-cell overrides in place and they keep winning over the default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| value | Yes | ||
| buffer_id | Yes | ||
| reset_cell_overrides | Yes |