parse_notebook_python
Parse a Mathematica notebook using a Python-native parser. Supports multiple output formats including markdown, wolfram, outline, and json.
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 |