Module: utils.growl
Utilities using Growl on OS X for notifications.
2 Classes
-
class IPython.utils.growl.IPythonGrowlError
Bases: exceptions.Exception
-
class IPython.utils.growl.Notifier(app_name)
Bases: object
-
__init__(app_name)
3 Functions
-
IPython.utils.growl.notify(title, msg)
-
IPython.utils.growl.notify_deferred(r, msg)
-
IPython.utils.growl.start(app_name)