jupyter / dashboards_server

[RETIRED] Server that runs and renders Jupyter notebooks as interactive dashboards
Other
181 stars 48 forks source link

Does a notebook kernel get stopped when a user closes a web app page? #285

Closed rs2 closed 8 years ago

rs2 commented 8 years ago

Say, a notebook runs a code to send an email to the user every 10 seconds. A user publishes the notebook to the dashboards server. It runs fine for a minute .then they close the web page.

When will they stop receiving the emails, and how is the life of the kernel controlled?

parente commented 8 years ago

It stops when the user closes the page.

rs2 commented 8 years ago

Awesome! Saves a lot of headache during design phase :+1:

parente commented 8 years ago

Hehe. I was worried you were going to ask for the opposite which introduces a management headache.