jupyter-notify
jupyter-notify copied to clipboard
Feature Request: One notification for all cells run
It would be really nice to be able to get only notification when kernel is free after executing one or more cells. E.g., if I run 10 cells and turn on notify, it will will notifiy me 10 times but I want to get only one notification. Many a times, when I run a deep learning model, only one cell like training cell will take long but I also run other cells, so that when one cell is completed, others are automatically run. I want to keep using the feature that notification disappears only when I click, So I have to click cross 10 times when 10 cells are run.
Hi @amir-shehzad! Would it work for your workflow to only add the %%notify cell magic to the final cell? That way you'd only get the single notification when all cells were completed.
@htorrence. Didn't think of that. Yes it will work. thanks a lot for the reply.
just a problem though. If I use the magic command in very last cell, I won't get a notification if an error appears in any of the above cells.