How do I reset the Jupyter/IPython input prompt numbering?

前端 未结 9 1095
孤街浪徒
孤街浪徒 2021-02-02 05:08

I just wrote my first extensive Python tutorial using IPython notebooks. All went well, except I did a lot of testing and moving blocks around. How do I reset the In [

9条回答
  •  再見小時候
    2021-02-02 05:32

    Restart & Run All isn't a good solution, because simply I don't want to run all (and that's the purpose of a notebook to run things cell by cell).

    Anyways, I found this solution more plausible:

    Main Menu > Cell  > All Output > Clear
    

提交回复
热议问题