python-让jupyter notebook支持python3 发表于 2018-04-24 更新于 2021-03-31 分类于 编程 , Python 阅读次数: Valine: 本文字数: 238 阅读时长 ≈ 1 分钟 ... 安装完jupyter notebook之后,默认只支持python2。 其实jupyter还支持非常多的编程语言。点击jupyter kernels list查看jupyter支持哪些语言。 支持Python 3 命令行执行下面的命令 12pip3 install ipykernelpython3 -m ipykernel install 重启jupyter 1jupyter notebook 此时,发现可以新建python3的notebook了。 参考 如何让Jupyter Notebook支持多种编程语言? 相关文章 python-为Python添加默认模块搜索路径 python-pip更改国内镜像 剑指Offer——Python答案 打赏