windows下安装jupyter

1.安装jupyter

命令行输入:pip3 install jupyter

2.修改jupyter notebook配置文件(工作目录)

先切换到python安装目录下的script:

(1) D:\Python\Scripts

(2) jupyter notebook --generate-config

windows下安装jupyter

(3)打开以下生成的文件

windows下安装jupyter

 

(4) 修改工作路径:c.NotebookApp.notebook_dir = 'F:\exercise\work for jupyter'

windows下安装jupyter

3.启动jupyter notebook

先切换到python安装目录下的script:

(1) cd D:\Python\Scripts

(2) jupyter notebook

windows下安装jupyter