Can I autosave a running jupyter python notebook without having it open in a browser tab?
问题 So I have a long-running python notebook. As long as it's open in my browser's tab, it's autosaving every 2 minutes, and life is good. Is it possible to keep it auto-saving even if I close the browser tab? The kernel already keeps running when I close the tab, which is great. This is kind of like "screen", but in jupyter EDIT: Even if I leave the tab open in my browser, I noticed that after 24 hours, the "kernel status" in the top right becomes "disconnected", even though the running cell