File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -98,11 +98,11 @@ There are (at least) two main ways to implement this feature:
9898- Add custom data types to the trace and have the frontend render them
9999 specially using JS visualization libraries such as d3.
100100
101- - Take advantage of OPT's (still undocumented) ability to print
101+ - Take advantage of OPT's (still- undocumented) ability to print
102102 arbitrary HTML/CSS/JS to the canvas (just like how it can print stdout
103- output to a text box). Thus, we create custom data structure classes
104- with printHTML() methods that print their representation in HTML
105- format . The dream here is to be able to write pure-Python modules for
103+ output to a text box). This enables us to create custom data structure classes
104+ with printHTML() methods that print their graphical representation to
105+ the web page canvas . The dream here is to be able to write pure-Python modules for
106106 each custom data type, which can "pretty-print" as HTML/CSS/JS.
107107
108108
You can’t perform that action at this time.
0 commit comments