jupyter/dashboards_server

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

rs2 opened this issue · 3 comments

rs2 commented

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?

It stops when the user closes the page.

rs2 commented

Awesome! Saves a lot of headache during design phase 👍

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