If I run
import time
for i in range(999):
print (i)
time.sleep(1)
close the tab and reopen, it wont show the live output stream. I checked, its running in the background.
is there a way to come back to a running script after I closed the tab?
video demo: https://i.stack.imgur.com/5sioA.jpg