Get notified when cell is finished running

Hello!

Is there a feature that would notify me when a Julia Jupyter Notebook cell is finished running? Ideally I would get an email or something.

Maybe you could define a function which sent an email, using this package: GitHub - aviks/SMTPClient.jl: Send emails from Julia You could then call that function in the last line of the cell which should notify you.