Keyboard shortcut to clear cell output in Jupyter notebook

后端 未结 6 1671
误落风尘
误落风尘 2020-12-07 15:49

Does anyone know what is the keyboard shortcut to clear (not toggle) the cell output in Jupyter Notebook?

6条回答
  •  执念已碎
    2020-12-07 16:19

    Depends if you consider the command palette a short-cut. I do.

    1. Press 'control-shift-p', that opens the command palette.
    2. Then type 'clear cell output'. That will let you select the command to clear the output.

提交回复
热议问题