I recently saw this game, which presents a simple scene-like game in Notification Center, and it gave me an idea.

In the past, there have been concerns about a Notification Center widget taking up too much memory. As an alternative, it'd be neat if Pythonista could present a single UI in this space, using

myview.present('notificationcenter')

This would remove the need to have:

  1. A console
  2. A script picker
  3. The flexibility to run any script

Which would reduce the toll on memory. Would having a Notification Center widget that just presented uis use little enough memory that it would be fesable?