DOCUMENTATION CENTER SEARCH
Mathematica
>
Evaluation Options in Notebooks
>
Built-in
Mathematica
Symbol
CellProlog
CellEvaluationFunction
CellContext
$Post
Evaluator
See Also »
|
Evaluation Options in Notebooks
More About »
CellEpilog
CellEpilog
is an option for
Cell
which gives an expression to evaluate after each ordinary evaluation of the contents of the cell.
MORE INFORMATION
CellEpilog
is evaluated for all ordinary kernel evaluations, as initiated for example by
Shift
+
Enter
or by
Evaluate in Place
.
It is not evaluated for evaluations associated with
Dynamic
objects.
The default setting is
CellEpilog->
None
.
EXAMPLES
CLOSE ALL
Basic Examples
(1)
Set a cell epilog that moves the selection back to the input cell after evaluating it:
In[1]:=
In[2]:=
Out[2]=
SEE ALSO
CellProlog
CellEvaluationFunction
CellContext
$Post
Evaluator
MORE ABOUT
Evaluation Options in Notebooks
New in 6
© 2008 Wolfram Research, Inc.