环境win10 anaconda下安装的环境

临时更改目录:

打开Anaconda Prompt,输入Jupyter notebook 更改目录,这样就打开网页为设置目录;

永久更改目录:

cmd -》jupyter notebook ->> jupyter notebook --generate-config->>打开目录下的jupyter_notebook_config.py文件-》》找到里面的## The directory to use for notebooks and kernels.

c.NotebookApp.notebook_dir = '设置的路径'

Jupyter Notebook更改目录路径



相关文章:

  • 2021-10-20
  • 2021-11-13
  • 2021-12-16
  • 2021-12-08
  • 2021-11-06
  • 2021-04-08
  • 2022-12-23
  • 2021-12-15
猜你喜欢
  • 2021-09-16
  • 2021-04-01
  • 2021-12-22
  • 2021-10-02
  • 2022-12-23
  • 2022-12-23
  • 2021-12-15
相关资源
相似解决方案