write_cell
Insert a new cell into a Mathematica notebook with specified content and style, without executing it. Use for composing text, section headers, or building notebooks cell by cell.
Instructions
[ADVANCED] Write a cell without evaluating it.
Prefer execute_code(style="notebook") for code execution.
Use write_cell only for deliberate manual notebook authoring, such as text,
section headers, or carefully controlled cell-by-cell construction.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | ||
| style | No | Input | |
| notebook | No | ||
| position | No | After | |
| session_id | No | ||
| sync | No | none | |
| sync_wait | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |