Change anaconda ipython main directory

后端 未结 8 1977
误落风尘
误落风尘 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条回答
  •  -上瘾入骨i
    2020-12-24 03:38

    For change working directory on the Mac with Anaconda app Launcher Jupyter for another directory then home

    change file /Applications/anaconda3/bin/jupyter_mac.command Your needed dir change path in example /Volumes/BOOTCAMP/

    DIR=$(dirname $0)
    $DIR/jupyter-notebook --notebook-dir=/Volumes/BOOTCAMP/
    

提交回复
热议问题