美文网首页
Mac 安装Jupyter Notebook

Mac 安装Jupyter Notebook

作者: 一杉风雨 | 来源:发表于2018-06-04 12:01 被阅读0次

    安装

    pip install --upgrade pip
    pip install jupyter
    

    使用

    在工作目录中运行:

    python -m IPython notebook
    
    可以在浏览器8888端口访问notebook

    相关文章

      网友评论

          本文标题:Mac 安装Jupyter Notebook

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