Quantopian's community platform is shutting down. Please read this post for more information and download your code.
Back to Community
How do I run notebook unattended and persist results?

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