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
For Windows, edit the shortcut command which starts Jupyter:
from: ..\Anaconda3\Scripts\jupyter-notebook-script.py %USERPROFILE%
..\Anaconda3\Scripts\jupyter-notebook-script.py %USERPROFILE%
to : ..\Anaconda3\Scripts\jupyter-notebook-script.py c:\your_project_workspace
..\Anaconda3\Scripts\jupyter-notebook-script.py c:\your_project_workspace