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?
ipython
Kernel
Restart
As Thomas K. suggested, here is the way to restart the ipython kernel from your keyboard:
import os os._exit(00)
1.4m articles
1.4m replys
5 comments
57.0k users