append_execute_code_cell
Append a new code cell to the end of a Jupyter notebook and execute it, returning the output.
Instructions
Add a new code cell to the end of a Notebook and immediately execute it.
It is highly recommended for replacing the combination of insert_cell and execute_cell for a code cell at the end of the Notebook.
It will return the output of the cell.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| timeout | No | seconds | |
| cell_content | Yes | ||
| notebook_name | Yes |