在指定路径下启动jupyter notebook

简介

jupyter notebook作为一个非常好用的python编程工具,在模型、代码调试阶段十分方便。我推荐大家安装anaconda环境,内置jupyter notebook,不需要担心环境配置。但是每次打开jupyter notebook时都会默认路径是C盘,那么如何在其他路径建立工程呢?

步骤

切换路径

首先启动安装anaconda时自带的命令行工具prompt。
在指定路径下启动jupyter notebook
切换到目标文件夹。
在指定路径下启动jupyter notebook

启动jupyter

这里我们不使用原来点击应用程序的方法,而使用命令行启动。在命令行中输入jupyter notebook后回车启动。
在指定路径下启动jupyter notebook