Out as InputForm
box holds the expression instead of evaluating it, so the Out is the integral itself, spelled as notatio. Switch the Out menu to compare it with MathJSON or TeXForm.
source
<notatio-cell value="Integrate(x ^ 2, (x, 0, 1))" out-form="input" box />
<notatio-cell value="Sum(n ^ 2, (n, 1, 10))" out-form="input" box />
<notatio-cell value="(x + 1) / (y - 2)" out-form="input" box />
<notatio-cell value="Limit(Sin(x) / x, 0)" out-form="input" box />