IPython Notebook save location

前端 未结 8 1895
闹比i
闹比i 2020-12-07 08:55

I just started IPython Notebook, and I tried to use \"Save\" to save my progress. However, instead of saving the *.ipynb in my current working directory, it is saved in my p

8条回答
  •  余生分开走
    2020-12-07 09:30

    To run in Windows, copy this *.bat file to each directory you wish to use and run the ipython notebook by executing the batch file. This assumes you have ipython installed in windows.

    set "var=%cd%"
    cd var
    ipython notebook
    

提交回复
热议问题