Reset ipython kernel

前端 未结 7 1888
情书的邮戳
情书的邮戳 2020-12-16 09:47

I was wondering if there is a way to restart the ipython kernel without closing it, like the kernel restart function that exists in the notebook. I tried %reset

7条回答
  •  旧巷少年郎
    2020-12-16 10:09

    If you have installed Spyder with anaconda, then open Spyder window.

    Then Consoles (menu bar) -> Restart Consoles.

    or you can use CTRL+. which is a shortcut key to restart the console.

提交回复
热议问题