Is there a way to "lock" some cells in a notebook so they can't be edited? It's usually input cell that's documenting some functionality. I'd like other readers of the notebook to be able to execute them but not changing them.
Tell me more
×
Mathematica Stack Exchange is a question and answer site for
users of Mathematica. It's 100% free, no registration required.
|
If you want to make some cell non editable, mark these cells and use the menu entry Cell -> CellProperties and remove the mark before If your cell is an Input-Cell, it can be evaluated but not edited. |
|||||||||
|
|
Suppose you have an open notebook, say "Untitled-1". The following code, executed in the same notebook or another, will select all the Input cells and set them to un-Editable and un-Evaluatable.
|
|||
|
|

Editablealready? – J. M.♦ Oct 31 '12 at 16:39