Does anyone know what is the keyboard shortcut to clear (not toggle) the cell output in Jupyter Notebook?
Add following at start of cell and run it:
from IPython.display import clear_output clear_output(wait=True)