美文网首页
Anaconda3和jupyter notebook 安装pyt

Anaconda3和jupyter notebook 安装pyt

作者: 孟德尔的小豌豆007 | 来源:发表于2019-10-04 10:29 被阅读0次

    添加python2环境
    conda create --name test_py2 python=2.7
    激活进入python2环境
    conda activate test_py2

    jupyter notebook添加python2内核
    查看已有内核
    jupyter kernelspec list
    安装python2内核
    ipython kernel install --name python2
    再次查看已有内核就发现python2

    相关文章

      网友评论

          本文标题:Anaconda3和jupyter notebook 安装pyt

          本文链接:https://www.haomeiwen.com/subject/wmekuctx.html