删除jupyter笔记本上的内核 [英] remove kernel on jupyter notebook

查看:287
本文介绍了删除jupyter笔记本上的内核的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何从jupyter笔记本中删除内核?

How can I remove a kernel from jupyter notebook?

我的jupyter笔记本上有R内核.最近,内核总是在我打开新笔记本后就消失了.

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

推荐答案

运行jupyter kernelspec list以获取所有内核的路径.
然后只需卸载不需要的内核

Run jupyter kernelspec list to get the paths of all your kernels.
Then simply uninstall your unwanted-kernel

jupyter kernelspec uninstall unwanted-kernel

旧答案
删除与您要删除的内核相对应的文件夹.

Old answer
Delete the folder corresponding to the kernel you want to remove.

该文档列出了要存储在其中的内核的通用路径:

The docs has a list of the common paths for kernels to be stored in: http://jupyter-client.readthedocs.io/en/latest/kernels.html#kernelspecs

这篇关于删除jupyter笔记本上的内核的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆