create_paragraph
Add a new paragraph to a Zeppelin notebook. Specify text content and insertion position to organize data engineering workflows.
Instructions
Add a new paragraph to a notebook. Optionally specify text and position index.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | No | The paragraph text (default: empty) | |
| index | No | Position to insert at (0-based). Omit to append at the end. | |
| notebookId | Yes | The notebook ID |