Skip to content

notebook -- implement a way of parsing script tags in output as they appear (but none that already appeared) #2909

@williamstein

Description

@williamstein

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions