"EvaluateCells"
This token has not been fully integrated into the long-term Wolfram Language, and is subject to change.
"EvaluateCells"
is a front end token that sends the selected cells to the kernel for evaluation.
Details
- "EvaluateCells" is equivalent to Evaluation ▶ Evaluate Cells.
- Only cells with the option Evaluatable->True will be evaluated.
- A typical use is FrontEndExecute[FrontEndToken["EvaluateCells"]].