Is there a way to delete all cells at once in jupyter?

前端 未结 1 1453
时光说笑
时光说笑 2021-02-14 18:43

I everyday try out my solutions before answering a pandas question in stack overflow . Usually after two to three days the jupyter notebook I use will be with n number of cells.

相关标签:
1条回答
  • 2021-02-14 19:24

    You can do that as follows:

    1. Select all cells : ESC + SHIFT + DOWN (starting from the top)
    2. Then click ESC + D D (D twice)
    0 讨论(0)
提交回复
热议问题