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

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

首先安装ipkernel包:

python3 -m pip install ipykernel

针对当前用户安装ipkernel:

python3 -m ipykernel install --user

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

Jupyter notebook没有创建python3的选项解决_第1张图片

你可能感兴趣的:(jupyter,python,ide)