ipython-contrib / jupyter_contrib_nbextensions

A collection of various notebook extensions for Jupyter
http://jupyter-contrib-nbextensions.readthedocs.io/en/latest
Other
5.2k stars 806 forks source link

Exception Notifier Extension #1524

Open adityaskarnik opened 3 years ago

adityaskarnik commented 3 years ago

I have implemented an extension that will display a desktop notification along with the traceback message or exception message, when there is an error while executing a cell in Jupyter Notebook. This generally helps when there is long running task or multiple cell that take time to complete the final task. In that case one cannot keep administrating the notebook each time it runs. This extension requires minimal number of steps to setup, as the default Enable option works for this. Also user needs to allow the notification in Site Permission in the browser.

Note: I have little experience in JavaScript, so if there are any more suggestion that can improves my work, do let me know.