#18292: Fix HTML output
-------------------------------------+-------------------------------------
       Reporter:  vbraun             |        Owner:
           Type:  defect             |       Status:  needs_info
       Priority:  major              |    Milestone:  sage-6.7
      Component:  notebook           |   Resolution:
       Keywords:                     |    Merged in:
        Authors:  Volker Braun       |    Reviewers:  Andrey Novoseltsev
Report Upstream:  N/A                |  Work issues:
         Branch:                     |       Commit:
  u/vbraun/fix_html_output           |  9a4bc8d4f2cfe6f16567de1c82efb45c9d194023
   Dependencies:                     |     Stopgaps:
-------------------------------------+-------------------------------------

Comment (by novoselt):

 New recommended behavior will be `pretty_print(html(stuff))` and it will
 dump the code in the command line and do the useful thing in all other
 cases. On the other hand, `print(html(stuff))` will print the raw code in
 all cases. And until the deprecation is over even `html(stuff)` will work
 from inside loops/functions/cells to display stuff without necessity of
 explicit `pretty_print`.

 According to the code `iframe` should still work as before (hopefully with
 deprecation warnings).

--
Ticket URL: <http://trac.sagemath.org/ticket/18292#comment:70>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, 
and MATLAB

-- 
You received this message because you are subscribed to the Google Groups 
"sage-trac" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/d/optout.

Reply via email to