Was trying to run the code in jupyter which runs fine:
import time
for i in range(10000):
print(i)
time.sleep(1)
After it prints to around 1,2,3,4,5,6 , I decided to close the browser. However when I reopened the browser, the output is still stuck at 6. I was wondering if there's a way to keep the kernel running and update the output when the notebook is reloaded in the browser after it is closed.
As far as I know, there is no way to restore it. Kernel is still running, but the browser will not update itself.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With