Github user Stefan9149 commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/560#issuecomment-169476509 Thanks for all your comments. I agree with you that blinking tab title is not an ideal way to send notification. I found this project [angular-web-notification](https://github.com/sagiegurari/angular-web-notification) which makes a wrapper of HTML5 desktop notification and supports for different browsers. I incorporated it into Zeppelin, it works like this:   How do you guys think? For the "run all paragraphs" issue, indeed we need to find a way to make it as an exception and only send notification when all paragraphs are finished. However I didn't figure out how to keep track of this progress. I can disable notification with "runNote", but I have no idea where/when to re-enable it. And it seems that Zeppelin now supports multi-thread execution within one notebook, so tracking status of last paragraph doesn't work neither. Any suggestion?
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---