Can I stop execution of current module in ipython without leaving ipython

后端 未结 5 1582
遥遥无期
遥遥无期 2021-01-11 10:00

I\'d like to break out of the currently running program and be dropped back to the shell (without having to restart ipython)

5条回答
  •  天涯浪人
    2021-01-11 10:12

    For the current version of IPython(Jupyter), you can simply click on Interrupt option under kernel tab.

提交回复
热议问题