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

Comment (by vbraun):

 Is there a hook for checking whether we are running in the sage cell
 server? There is no sage.plot.plot.EMBEDDED_MODE...

 What might be worth a thought is to have every top-level statement in an
 @interact-function show its rich output, e.g.
 {{{
 @interact
 def f():
     plot(sin)         # shows plot
     plt = plot(sin)   # does not show
 }}}
 though better not on this ticket...

--
Ticket URL: <http://trac.sagemath.org/ticket/18292#comment:12>
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