Skip to main content

A Jupyter magic for sending e-mail after cell completion

Project description

Email-Notify-Magic

Send an email after cell execution complete.

Obs: Currently only used with gmail.

Install

pip install email-notify-magic

Usage

  • Load the magic extension:
%load_ext email_notify_magic
  • Run the cell magic in jupyter notebook (see options bellow):
%%email email@gmail.com
  • Insert password in the prompt and done

  • Make sure your email account is enable for such usage (see link and less-secure-apps). It is recommend not to use personal accounts.

Option:

  • Sender and receiver same email address if --to is not supplied.
%%email email@gmail.com
  • Set receiver with --to [-t]:
%%email email@gmail.com --to receiver@gmail.com
  • Set e-mail subject --subject [-s]:
%%email email@gmail.com --s 'My subject'
  • Set e-mail body --body [-b]:
%%email email@gmail.com --body 'From cell x'

Notice that the cell output is used if --body is not provided.

  • Save password in jupyter session for latter usage --keep-password [-k]:
%%email email@gmail.com --body 'From cell x' -k

The next cell evoked with %%email will not require the password.

Others

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

email-notify-magic-0.0.1.tar.gz (3.0 kB view hashes)

Uploaded Source

Built Distribution

email_notify_magic-0.0.1-py3-none-any.whl (3.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page