Jupyter notebook没有创建python3的选项解决

jupyter提示找不到kernel,因此为其增加内核

首先安装ipkernel包:

python3 -m pip install ipykernel

针对当前用户安装ipkernel:

python3 -m ipykernel install --user

重新运行jupyter notebook,python3的选项就出现啦!

Jupyter notebook没有创建python3的选项解决

本文来自网络,不代表协通编程立场,如若转载,请注明出处:https://www.net2asp.com/f8ea271a02.html