I have been using IPython Notebook for a while now and enjoy its ability to mix text, code and embedded images. Is it possible to use it for interactive applications that require user-input like games?
Currently, I am using raw_input for getting a user input. But this is not very useful for a game like Space Invaders. I did a quick search of the IPython Notebook Gallery, but couldn't find any relevant examples. Any pointers?