jupyter_append_cell
Append a code or markdown cell to the end of a specified Jupyter notebook.
Instructions
Append a new cell to the end of a notebook.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| notebook_path | Yes | Path to the notebook | |
| source | Yes | Cell content (code or markdown) | |
| cell_type | No | Type of cell - 'code' or 'markdown' (default: code) | code |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |