Mathematica >

InitializationCellEvaluation

This function has not been fully integrated into the long-term Mathematica system, and is subject to change.
InitializationCellEvaluation
is an option for notebooks that specifies whether initialization cells in a notebook are automatically 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 whether initialization cells should be evaluated.
  • With the setting InitializationCellEvaluation-> False, the initialization cells are not evaluated when the notebook is opened.
  • With the setting InitializationCellEvaluation->True, the initialization cells are evaluated without any action by the user.
New in 4.0
© 2008 Wolfram Research, Inc.
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team