Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
Mathematica > Notebooks and Documents > Notebook & Interface Customization > Evaluation Options in Notebooks >
Mathematica > Notebooks and Documents > Notebook Formatting & Styling > Stylesheets > Evaluation Options in Notebooks >

Evaluatable

Evaluatable
is an option for Cell which specifies whether a cell should be used as input to be evaluated by the Mathematica kernel.
  • With Evaluatable->True, typing
    Shift+DynamicBox[ToBoxes[If[$OperatingSystem === MacOSX, Return, Enter], StandardForm], ImageSizeCache -> {36., {0., 9.}}]
    in the front end when the cell is selected will cause the contents of the cell to be sent to the Mathematica kernel for evaluation.
  • Evaluatable is more often set for styles of cells than for individual cells.
Use Evaluatable settings to specify whether a cell can be evaluated:
The first cell can be evaluated, and the second cell cannot:
A cell that cannot be evaluated:
Use Evaluatable settings to specify whether a cell can be evaluated:
The first cell can be evaluated, and the second cell cannot:
 
A cell that cannot be evaluated:
In[1]:=
Click for copyable input
In[2]:=
Click for copyable input
New in 3
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team