Change anaconda ipython main directory

后端 未结 8 1936
误落风尘
误落风尘 2020-12-24 03:07

I\'ve jus installed anaconda and I see that it wants me to save my documents in my documents/python scripts

But I\'d rather save everything in my dropbox for easy ba

8条回答
  •  一生所求
    2020-12-24 03:55

    For Windows, edit the shortcut command which starts Jupyter:

    from: ..\Anaconda3\Scripts\jupyter-notebook-script.py %USERPROFILE%

    to : ..\Anaconda3\Scripts\jupyter-notebook-script.py c:\your_project_workspace

提交回复
热议问题