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

前端 未结 9 1093
孤街浪徒
孤街浪徒 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:31

    'Kernel' -> 'Restart & Run All'
    

    Just make sure you saved your Notebook. You can also bind/assign keyboard key for running this command.

    'Help' -> 'Edit Keyboard Shortcuts'
    

提交回复
热议问题