JupyterCodeExecutorName | Description |
---|---|
jupyter_server | Type: JupyterConnectable | JupyterConnectionInfo |
kernel_name | Type: str Default: ‘python3’ |
timeout | Type: int Default: 60 |
output_dir | Type: pathlib.Path | str Default: PosixPath(’.’) |
Name | Description |
---|---|
code_blocks | A list of code blocks to execute. Type: list[CodeBlock] |
Type | Description |
---|---|
autogen.coding.base.IPythonCodeResult | IPythonCodeResult: The result of the code execution. |