|
InitializationCellEvaluation
InitializationCellEvaluation is an option for notebooks that determines if initialization cells in a notebook are automatically evaluated when the notebook is opened.
With the setting InitializationCellEvaluation True, the initialization cells are evaluated without any action by the user.
With the setting InitializationCellEvaluation Manual, the initialization cells are not evaluated when the notebook is opened.
With the default setting InitializationCellEvaluation Automatic, a dialog box appears when the notebook is opened, asking the user to specify if initialization cells should be evaluated.
See also: InitializationCell, InitializationCellWarning.
|