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

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

问题描述

如何从 jupyter notebook 中删除内核?

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.

该文档列出了用于存储内核的常用路径:http://jupyter-client.readthedocs.io/en/latest/kernels.html#kernelspecs

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 notebook 上的内核的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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