如何在Win10中通过powershell修改Jupyter notebook的默认目录
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了如何在Win10中通过powershell修改Jupyter notebook的默认目录相关的知识,希望对你有一定的参考价值。
参考技术A 背景:当你Jupyter notebook的默认目录使用起来比较费劲,想重新换一个新的目录,可以通过以下几个步骤:1. 打开powershell,使用“jupyter notebook --generate-config”命令,查找Jupyter notebook配置文件的位置,如下图
可以找到配置文件位置为: C:\Users\huawei\.jupyter\jupyter_notebook_config.py
2. 打开配置文件jupyter_notebook_config.py,通过修改c.NotebookApp.notebook_dir 的值来设置你要启动的路径,修改后删掉开头的“#”。我这里设置在D盘,如下图
3.重新启动软件即可
以上是关于如何在Win10中通过powershell修改Jupyter notebook的默认目录的主要内容,如果未能解决你的问题,请参考以下文章
在VMWare中安装了Ubuntu16.04,想要 Win10 中通过 SecureCRT 来操作