jupyter 修改工作路径

  1. 在所需打开的目录中新建一个runJupyter.bat文件
  2. 将内容修改为:

cd ......
jupyter notebook

        注1:上述两行中,第一行的......为路径(可以不添加,可空着不填),例如 F:\pythonworkplace\ex1

        注2:可把runJupyter.bat放到上层根目录中,然后在打开的jupyter网页依次打开所需文件夹

posted on 2017-07-24 22:43  HelloShijam  阅读(323)  评论(0编辑  收藏  举报

导航