notipyer
notipyer copied to clipboard
Notification Triggers for Python
Bumps [certifi](https://github.com/certifi/python-certifi) from 2020.12.5 to 2022.12.7. Commits 9e9e840 2022.12.07 b81bdb2 2022.09.24 939a28f 2022.09.14 aca828a 2022.06.15.2 de0eae1 Only use importlib.resources's new files() / Traversable API on Python ≥3.11 ... b8eb5e9 2022.06.15.1...
Add support for sending browser notifications from a jupyter notebook. Inspiration: https://github.com/ShopRunner/jupyter-notify/
Add support for sending SMTP emails using Yahoo mail. Ref: https://www.serversmtp.com/smtp-yahoo/
Add docstrings to functions for automatic documentation generation.
Add support for sending notifications from JupyterLab notebooks without using magic. Reference: https://github.com/ShopRunner/jupyter-notify/pull/38
This PR addresses #4 to enhance the README documentation for the Notipyer project. It follows [markdown-embed-code-from-file](https://github.com/marketplace/actions/markdown-embed-code-from-file) as mentioned in #4 issue. The improvements include: - Added badges for the PyPI...