How it works? I got some code running in an IPython Notebook. Some iterative work.
Accidentally I closed the browser with the running Notebook, but going back to the IPython Dashboard I see that this particular Notebook hasn't Shutdown, so if I open the Notebook again I see the [*] in front of my code that it was executing.
I even can hear my PC still running the code, but it doesn't return me any new output of the print statements.
Can I wait and eventually continue with the output, or my PC will still running my code, but it won't be accessible anymore?