You can hide cell output by adding `;` at the end of the cell code. If the cell is multiple lines with a block, like `begin ... end`, then place the `;` after `end`.
You can hide cell output by adding
;at the end of the cell code.If the cell is multiple lines with a block, like
begin ... end, then place the;afterend.