update_paragraph
Update a paragraph's content in an Apache Zeppelin notebook to write or modify code with interpreter directives.
Instructions
Update a paragraph's text. Use this to write or modify code in a paragraph.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | The new paragraph text (include interpreter directive like %pyspark on the first line) | |
| notebookId | Yes | The notebook ID | |
| paragraphId | Yes | The paragraph ID |