Skip to content

<notatio-cell>

<notatio-cell> -- a notebook-style In/Out pair: an editable input over a live read-only <notatio-out> of the result. Renders in light DOM so the nested output inherits the page's MathLive styles.

in-form picks the input syntax: "notatio" (default -- converted to LaTeX for the MathLive editor, which is the only place LaTeX is the native form), "latex" (handed to the editor as written) or "wolfram" (an editable Wolfram full-form box, parsed back to MathJSON via fromWolfram). out-form picks the Out form; box boxes the input without evaluating (so a source Out form shows the expression itself).

Stories in the playground·packages/notatio-lit/src/notatio-cell.ts· in Vue: <Cell>

Attributes

AttributeTypeDefaultNotes
valuestring""The initial input, in the syntax in-form names.
evaluatebooleantrueEvaluate the input rather than only boxing it. On by default.
in-form
property inForm
string"notatio"Input syntax: notatio (default), latex (the MathLive editor's own form) or wolfram (an editable full-form box).
out-form
property outForm
string"standard"The representation the Out shows; the In/Out menu changes it live.
boxbooleanfalseBox the input without evaluating, so a source Out form shows the expression itself.