Wolfram ResearchProductsPurchasingServices & ResourcesAbout UsOur Sites
Mathematica > Evaluation Options in Notebooks >

CellEvaluationFunction

CellEvaluationFunction
is an option to Cell which gives a function to be applied to every expression from the cell that is sent to the kernel for ordinary evaluation.
  • CellEvaluationFunction is used for all ordinary kernel evaluations, as initiated for example by Shift+Enter or by Evaluate in Place.
  • It is not used for evaluations associated with Dynamic objects.
  • In an InputForm cell, it is applied to the string corresponding to the input to be evaluated.
  • With CellEvaluationFunction->f and $PreRead=g, the object processed by the kernel will be g[f[data]].
  • The default setting is CellEvaluationFunction->Identity.
New in 6
© 2008 Wolfram Research, Inc. japanese.gif
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team