美文网首页
Jupyter Notebook

Jupyter Notebook

作者: 周思路 | 来源:发表于2018-04-02 20:59 被阅读0次

Jupyter Notebook

安装

  1. 切换到python的scripts文件夹
  2. 命令行输入: pip install jupyter

启动

  1. 输入jupyter notebook 启动, 同时,默认浏览器会打开 Jupyter notebook 窗口。
    说明 Jupyter notebook 安装成功了。

配置

 jupyter notebook --generate-config 

进入:c/users/administrator/.jupyter即可看到配置文件

  1. 修改jupyter_notebook_config.py配置文件,打开这个配置文件,找到“c.NotebookApp.notebook_dir=……”,把路径改成自己的工作目录。

相关文章

网友评论

      本文标题:Jupyter Notebook

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