Is there a simple way to switch off Dynamic evaluation for a particular cell? I usually delete the cell if it disturbs other evaluations or affects the performance too dramatically.
Tell me more
×
Mathematica Stack Exchange is a question and answer site for
users of Mathematica. It's 100% free, no registration required.
|
|
|||||
|
|
You can click in the front-end
to switch off dynamic updating of the cell. In case you want to switch off evaluation of the cell, click
|
|||||
|
|
This hack will try to switch off/on dynamic updating on a cell by cell basis, but it appears not to be very reliable:
Even if it is switched off for a cell, in certain cases updating might be triggered when the mouse is above control elements in the cell. Usage:The code above will create a palette. Select a cell and press the off or on button to switch dynamic updating off or on. |
|||||
|
