- 在所需打开的目录中新建一个runJupyter.bat文件
- 将内容修改为:
cd ......
jupyter notebook
注1:上述两行中,第一行的......为路径(可以不添加,可空着不填),例如 F:pythonworkplaceex1
注2:可把runJupyter.bat放到上层根目录中,然后在打开的jupyter网页依次打开所需文件夹
cd ......
jupyter notebook
注1:上述两行中,第一行的......为路径(可以不添加,可空着不填),例如 F:pythonworkplaceex1
注2:可把runJupyter.bat放到上层根目录中,然后在打开的jupyter网页依次打开所需文件夹