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)
2.1m questions
2.1m answers
60 comments
57.0k users