export_notebook
Export Colab notebook cells to a local .ipynb file, with optional inclusion of code outputs.
Instructions
Exports the current Colab notebook cells to a local .ipynb file on the machine running Codex/MCP.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Local destination path for the .ipynb file on the machine running Codex/MCP. | |
| includeOutputs | No | Whether to include code cell outputs in the exported notebook. |