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

相关文章:

  • 2021-09-18
  • 2022-01-09
  • 2021-06-04
  • 2022-12-23
  • 2022-12-23
  • 2021-05-12
  • 2021-05-31
猜你喜欢
  • 2021-11-26
  • 2022-01-21
  • 2021-09-26
  • 2021-07-16
  • 2021-11-28
  • 2021-05-03
  • 2021-07-30
相关资源
相似解决方案