jupyter-lab

jupyter lab 默认的工作目录是安装位置,如果想更改到其他盘,则在终端使用命令:jupyter lab --generate-config
会显示出jupyter lab的配置文件位置,此时找到工作目录位置,改到自己想存储的位置即可。c.ServerApp.root_dir,记得把前面的“#”却掉

猜你喜欢

转载自blog.csdn.net/goodlmoney/article/details/130424165