"EvaluateInitialization"
This token has not been fully integrated into the long-term Wolfram Language, and is subject to change.
"EvaluateInitialization"
is a front end token that evaluates all the initialization cells in a notebook.
Details
- "EvaluateInitialization" is equivalent to Evaluation ▶ Evaluate Initialization Cells.
- All cells with the options Evaluatable->True and InitializationCell->True will be evaluated. Cells with these options usually contain definitions needed to use other material in the notebook.
- A typical use is FrontEndExecute[FrontEndToken["EvaluateInitialization"]].