restart_interpreter
Restart a Zeppelin interpreter by specifying its setting name, with an option to scope the restart to a particular notebook for targeted troubleshooting.
Instructions
Restart a Zeppelin interpreter by setting name (e.g. 'spark', 'python', 'sh', 'md'). Optionally scope to a specific notebook.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| notebookId | No | Optional notebook ID to scope the restart to a specific notebook | |
| interpreterName | Yes | Interpreter setting name (e.g. 'spark', 'python', 'sh', 'md') |