|
OutputAutoOverwrite
OutputAutoOverwrite is an option for notebooks that determines if the output of a command should replace any existing output from a previous evaluation.
With the default setting OutputAutoOverwrite True, the output from a command overwrites any previously existing output. Only those output cells that have CellAutoOverwrite set to True can be over-written.
With the setting OutputAutoOverwrite False, output from each evaluation of a command is printed in the notebook. The output is printed directly after any previously generated output.
See also: CellAutoOverwrite.
|