- 首先在cmd 使用
jupyter kernelspec list
查看安装的内核和位置 - 打开kernel.json文件,查看Python解释器的路径是否正确
Find the path using
jupyter kernelspec list
. Then you can navigate to that in your file manager and delete it, or do it from the terminal (rm -r path/to/directory
on Unix; if you're on Windows, you'll have to look it up)https://github.com/Anaconda-Platform/nb_conda_kernels/issues/55
没有评论:
发表评论