Changes between Version 2 and Version 7 of Ticket #11489
- Timestamp:
- 06/15/11 22:36:54 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #11489
-
Property
Status
changed from
new
toneeds_review
-
Property
Authors
changed from
to
Bruce Cohen
- Property Cc rbeezer added
-
Property
Reviewers
changed from
to
Keshav Kini
-
Property
Status
changed from
-
Ticket #11489 – Description
v2 v7 1 1 The html `<iframe>` tag is a quick way to embed a web page into Sage. A new python function `iframe(url)` would make it easier (and cleaner) to bring existing web pages into a Sage notebook. This started as a way to bring !GeoGebra worksheets into Sage, but in fact it could be used for other web based software. 2 3 See [[http://flask.sagenb.org/home/pub/87 | examples]].