WIN11环境下,如何在指定目录快速启动jupyter lab或jupyter notebook
1.找到需要设置为根目录的地方,例如 F盘,按住shift,同时点击鼠标 启动的右键,打开powershell;
2.在命令提示符中键入:jupyter notebook --notebook-dir=F:\,即可达到目的(jupyter lab也是类似操作)
1.找到需要设置为根目录的地方,例如 F盘,按住shift,同时点击鼠标 启动的右键,打开powershell;
2.在命令提示符中键入:jupyter notebook --notebook-dir=F:\,即可达到目的(jupyter lab也是类似操作)