Skip to content

Jupyter Notify Plus

badge

Jupyter Notify Plus is a lightweight, powerful extension that adds:

  • %notifyme โ€” end-of-cell notifications
  • %notifyme here โ€” inline notifications
  • Presets: success, warn, error, failure
  • Custom icons, timestamps, and output inclusion
  • Works in classic Notebook and JupyterLab

Why this exists

Long-running notebook cells deserve better feedback.
This extension gives you clean, modern browser notifications without any external dependencies.


Quick Example

%load_ext jupyternotifyplus

%notifyme success -t "Done" -m "Futures updated"

%notifyme here warn "Starting download"
download_data()

Features

  • ๐Ÿ”” Inline notifications
  • ๐Ÿงญ End-of-cell notifications
  • ๐ŸŽจ Preset icons and styles
  • ๐Ÿงช Fully tested (Windows-safe)
  • ๐Ÿ“ฆ Installable via pip
  • ๐Ÿงฐ Zero dependencies