<div id="comment:0"></div> The canonical example to get to work is the following (submitted by Jason Grout): ``` for i in range(5): print html('<script>alert(%s)</script>'%i) sleep(1) ``` would pop up a dialog box about every second. This feature was requested by `gerhard <ge01705@yahoo.de>`. CC: @qed777 Component: **notebook** _Issue created by migration from https://trac.sagemath.org/ticket/2909_