美文网首页
如何解决python2&python3中jupyter note

如何解决python2&python3中jupyter note

作者: panxd | 来源:发表于2017-11-16 12:42 被阅读0次
  • 1.安装python2

  • 2.安装python3

  • 3.安装jupyter

    python -m pip install jupyter#python2版本下的安装
    python3 -m pip install jupyter#python3版本下的安装
    
  • 4.解决共存(安装Kernel

    ipython kernel install --name python2
    ipython kernel install --name python3
    
    安装图一
  • 5.启动

    jupyter notebook
    
    启动命令图二
notebook使用界面一 notebook使用界面二

相关文章

网友评论

      本文标题:如何解决python2&python3中jupyter note

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