美文网首页AI掏粪工
jupyter notebook 切换 kernel

jupyter notebook 切换 kernel

作者: 玖月初识 | 来源:发表于2019-05-24 13:46 被阅读0次
    pip install ipykernel
    
    pip install jupyter
    
    python -m ipykernel install --user --name tensorflow(你的环境名)--display-name "tensorflow"(你 kernel 的名字,可以在 jupyter 中看到,可以和环境名不一样)
    

    相关文章

      网友评论

        本文标题:jupyter notebook 切换 kernel

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