jupyter提示找不到kernel,因此为其增加内核
首先安装ipkernel包:
python3 -m pip install ipykernel
针对当前用户安装ipkernel:
python3 -m ipykernel install --user
重新运行jupyter notebook,python3的选项就出现啦!
jupyter提示找不到kernel,因此为其增加内核
首先安装ipkernel包:
python3 -m pip install ipykernel
针对当前用户安装ipkernel:
python3 -m ipykernel install --user
重新运行jupyter notebook,python3的选项就出现啦!