解决Jupyter Notebook中缺少Python 3选项的问题

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

首先安装ipkernel包:

python3 -m pip install ipykernel

针对当前用户安装ipkernel:

python3 -m ipykernel install --user

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

物联沃分享整理
物联沃-IOTWORD物联网 » 解决Jupyter Notebook中缺少Python 3选项的问题

发表回复