parse_notebook_python
Parse a notebook file with the Python-native parser, producing output in Markdown, Wolfram, outline, or JSON format. Ideal for converting notebooks into readable formats.
Instructions
[LEGACY] Parse a notebook with the Python-native parser.
Prefer read_notebook() unless you specifically need this older or narrower
workflow.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| output_format | No | markdown | |
| truncation_threshold | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |