Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

5
  • That's useful information, thanks, if I understand correctly the kernel stays active and the frontend is flexible. But that's suggesting that I could access to the kernel again with another frontend. But how to get the %connect_info if the Notebook stays in phase of [*]. Commented Dec 20, 2013 at 9:49
  • 4
    This is a limitation we have for now, when you close the html page, the javascript loose the information about which cell will received which output in the future(those a store in callbacks), we will fix that at some point in the future. One of the only thing you can do is re-access a previous output with Out[<a number>]. Commented Dec 20, 2013 at 13:27
  • When I close the browse the * goes away. How can I know if it's still running? Commented Oct 16, 2015 at 4:08
  • One possibility is to run a top on your machine to see if python code is still running. Commented Nov 7, 2015 at 17:12
  • How about when running the entire notebook via the menu command "Run all"? Does execution stop after one cell? Commented May 16, 2018 at 16:23