jupyter notebook打开其他盘(亲测有效)

亲测有效的jupyter notebook打开其他盘的方法

jupyter notebook打开其他盘(亲测有效)_第1张图片

1:打开‘Anaconda Prompt’
jupyter notebook打开其他盘(亲测有效)_第2张图片
2:输入以下命令,即可打开

(1)切换到你想打开的Jupyter Notebook目录,这里我想打开E:\study\implement
注意!!! 不能打开E盘根目录,必须具体到某个文件夹

cd /d E:\study\implement

(2)打开E:\study\implement下的Jupyter Notebook

jupyter notebook

成功打开标志:显示‘Accepting one-time-token-authenticated connection from…’
jupyter notebook打开其他盘(亲测有效)_第3张图片

jupyter notebook打开其他盘(亲测有效)_第4张图片

你可能感兴趣的:(Python3,Jupyter,notebook,打开其他盘,打开E盘,亲测有效)