I use the IPython 2.0 Notebook for teaching.
The notebooks are created before the teaching session, and used as-is during the session.
Sure, when I prepare the notebook, it has sense that I access all the cells in sequence (actually, I don't).
Back in class, while I present the concepts and the code to the students, I don't need the focus to be put on the next cell, I just need the cursor to wait in the next code cell...
The best I can hope is that someone has been able to change the default behaviour of Shift-Enter, so that it executes the current cell, and jump to the next executable cell.
Has it been done?