Hi,
Functionality-wise, I've been looking for this exact functionality for a while, so thanks for making this so easy with one line of code!!
One thing I've noticed though is that after the %blockrun cell executes, it immediately jumps to the end of the notebook. However the reason I use this is to wait for ipywidgets input. This means the user has to scroll all the way back up to the input cells to actually enter input. Do you know if there is a way to force the web page to "stop" at the %blockrun cell so that users can enter the input right then and there?
Thanks :)