Dear all, I moved a few of my sagenb worksheets to jupyter, but I don't seem to be able to nicely display tables. For example:
blah = [('Header1', 'Header2'), (1,2), (3,4), (5,6)]
html.table(blah)
returns the html code for the table, but does not render it. Is there a way to display a nicely typeset table in the jupyter notebook using the sage kernel? Cheers Stan