Hello! This code in Sage Notebook:
for i in range(7): html('<script>alert("Text %g");</script>' % i) time.sleep(1) gives no alert messages before cell completely calculated? Is there any way to force immediate output processing? P.S. Sorry for duplicating question, it has already posted at asksage (http://ask.sagemath.org/question/1039/html-processing-delay), but because of someone may not be familiar with asksage I'd like to repost it here. -- To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to sage-support+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-support URL: http://www.sagemath.org