remove kernel on jupyter notebook

后端 未结 7 1262
星月不相逢
星月不相逢 2020-12-22 15:16

How can I remove a kernel from jupyter notebook?

I have R kernel on my jupyter notebook. Recently kernel always dies right after I open a new notebook.

7条回答
  •  抹茶落季
    2020-12-22 15:42

    If you are doing this for virtualenv, the kernels in inactive environments might not be shown with jupyter kernelspec list, as suggested above. You can delete it from directory:

    ~/.local/share/jupyter/kernels/
    

提交回复
热议问题