render
Render Wolfram expressions, notebook cells, or entire notebooks in a headless Mathematica front end. Typeset, rasterize, or export visible output without evaluating code.
Instructions
Render with the Wolfram front end, headlessly: typeset an expression, rasterise a notebook cell, or export a notebook. actions: expression(code) | cell(index) | export(path) | available. This RENDERS only -- it never evaluates through the front end; use evaluate() for that. Export renders what is visible, so collapsed cell groups export collapsed; pass open_groups=True for the whole document.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dpi | No | ||
| code | No | ||
| path | No | ||
| index | No | ||
| action | No | expression | |
| notebook | No | ||
| open_groups | No |