I am using notebook for research and have some long running algorithms. At times my internet connection goes down before the research finishes.
How can I get the notebook to continue running without a connection? And where do I look for the results?
I'm just using print statements and storing the results in an array. I don't mind changing the approach if needed