IPython Documentation

Table Of Contents

Previous topic

Module: utils.generics

Next topic

Module: utils.importstring

This Page

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)