使用Jupyter notebook的简单说明

Posted eric20180814

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了使用Jupyter notebook的简单说明相关的知识,希望对你有一定的参考价值。

第一部分 在windows10下使用Jupyter notebook

1、安装Anaconda

进入如下网址,下载安装,并进行源配置

https://mirrors.tuna.tsinghua.edu.cn/help/anaconda/

2、简单配置

A.设置默认目录

在cmd中输入jupyter notebook --generate-config

进入用户目录,看到文件 ~/.jupter/jupyter_notebook_config.py,使用文本编辑器打开。找到c.NotebookApp.notebook_dir=‘ ‘行,将默认目录写入,注意需将‘‘更换为‘\‘

再将执行jupyter notebook --generate-config并在提问选择时选择N

 

以上是关于使用Jupyter notebook的简单说明的主要内容,如果未能解决你的问题,请参考以下文章