#4575: [with patch, positive review] Option to show nested lists as html tables
-------------------------+--------------------------------------------------
Reporter: whuss | Owner: whuss
Type: enhancement | Status: closed
Priority: major | Milestone: sage-4.0.1
Component: notebook | Resolution: fixed
Keywords: |
-------------------------+--------------------------------------------------
Comment(by jason):
Also, you can try
{{{
html.table([["Graph", "Vertices", "Edges"]] + [(g.plot(), g.order(),
g.size()) for g in graphs(3)], header=True)
}}}
(sorry, I don't have the patch applied right now, so I can't post a
screenshot. It'd be nice if alpha.sagenb.org was updated...)
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/4575#comment:25>
Sage <http://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 post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en
-~----------~----~----~----~------~----~------~--~---