Saved cell output in Jupyter Notebook can leave old printed values, large plots, or sensitive results inside an .ipynb file long after the code has changed. Clearing the output from a selected cell is useful before sharing a notebook, committing it to Git, or keeping only the results that still belong in the file.
Notebook 7 keeps the clear-output command in the Edit menu for the active notebook. Clear Cell Output removes output only from the selected code cell, while Clear Outputs of All Cells removes every code-cell output in the notebook.
The clear action leaves code and markdown content in place, but the change still needs to be saved before the file is closed. Reloading the notebook after saving confirms that the cleared output was written back to the .ipynb file instead of only disappearing from the current browser view.

The selected cell has a blue left border. Click the cell body rather than selecting only text inside the editor.
Use Clear Outputs of All Cells only when every code-cell output in the open notebook should be removed.
The cell source stays in place. Notebook resets the selected cell execution count to an empty prompt when the cleared state is saved.

