will sage contine to caclulate after closing my notebook?
I have a notebook open on a sage server, in which sage is computing a complex calculation. If I close the notebook tab in my browser, will sage cancel the calculation, and if not, will it still display the results when I reopen my notebook?
Not sure if it helps, but you might be able to perform your calculation in the command line interface. Then you would need no browser at all. If you choose to use the command line interface you could be able to close the terminal by using [screen](http://en.wikipedia.org/wiki/GNU_Screen) to run `sage`. :)