Jupyter Notebook安装

安装

前提

  • Python 3.3+, or Python 2.7
  • 推荐Anaconda安装

使用Anaconda

  • 默认jupyter已安装
  • 若无,搜索jupyter进行安装

使用pip3

pip3 install –upgrade pip
pip3 install jupyter

启动

命令

  • 打开指定notebook
    jupyter notebook notebook.ipynb

  • 指定端口
    jupyter notebook –port 9999

  • 启动不用浏览器打开
    jupyter notebook –no-browser

  • 帮助
    jupyter notebook –help

------ 本文结束------

本文标题:Jupyter Notebook安装

文章作者:Perkins

发布时间:2020年01月09日

原始链接:https://perkins4j2.github.io/posts/7893/

许可协议: 署名-非商业性使用-禁止演绎 4.0 国际 转载请保留原文链接及作者。