notebook_export
Export a Jupyter notebook to Python, HTML, Markdown, LaTeX, or PDF using nbconvert.
Instructions
Exports the notebook to another format (e.g., python, html) using nbconvert
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path to the notebook | |
| format | Yes | Export format | |
| output_path | No | Path for the exported file |