gregsexton / ob-ipython

org-babel integration with Jupyter for evaluation of (Python by default) code blocks
739 stars 109 forks source link

How to restart kernel #169

Closed ghost closed 6 years ago

ghost commented 6 years ago

Is it possible to restart the ipython kernel from within emacs? I looked for a magic method but didn't find one that worked for me.

dschrempf commented 6 years ago

You can use ob-ipython-kill-kernel.

ghost commented 6 years ago

Perfect, thank you, @dschrempf!