Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
Mathematica > 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 -> {31., {0., 7.}}]
    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.
New in 3
© 2013 Wolfram Research, Inc. Japanese
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team