Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exception Notifier Extension #1524

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

adityaskarnik
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant