I want to change the default directory of notebook. I've learned that I can run
notebook("directory")
to have sage save and open worksheets from that directory, but I generally run
sage -notebook
from terminal. Is there a way to change the default directory for sage? or run it in a directory directly from terminal?
PS: My main reason for doing this is to connect the sage to my Dropbox in order to have a backup of all my worksheets. I've recently lost a whole bunch of them due some problems.