Issue
Is it possible to restart an ipython
Kernel NOT by selecting Kernel
> Restart
from the notebook GUI, but from executing a command in a notebook cell?
Solution
As Thomas K. suggested, here is the way to restart the ipython
kernel from your keyboard:
import os
os._exit(00)
Answered By - pebox11
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.