jupyter notebook默认保存路径查询及按照指定路径启动jupyter notebook方法
jupyter notebook默认保存路径查询命令:ls -al
更改默认路径方法:
step1: 进入cmd控制界面
step2:更改cmd的处理路径:cd E:\detection(自己想要启动的路径)
step3:输入命令:jupyter notebook,将会以当前的路径启动jupyter notebook。
jupyter notebook默认保存路径查询命令:ls -al
更改默认路径方法:
step1: 进入cmd控制界面
step2:更改cmd的处理路径:cd E:\detection(自己想要启动的路径)
step3:输入命令:jupyter notebook,将会以当前的路径启动jupyter notebook。