| Hosted by CoCalc | Download
html.table()
Error in lines 1-1 Traceback (most recent call last): File "/projects/sage/sage-7.3/local/lib/python2.7/site-packages/smc_sagews/sage_server.py", line 957, in execute exec compile(block+'\n', '', 'single') in namespace, locals File "", line 1, in <module> File "/projects/sage/sage-7.3/local/lib/python2.7/site-packages/smc_sagews/sage_salvus.py", line 1203, in table raise NotImplementedError("html.table not implemented in SageMathCloud yet") NotImplementedError: html.table not implemented in SageMathCloud yet
rows = [[100,2,3], [4,5,60]] table(rows)
100 2 3 4 5 60
typeset_mode(True)
table(rows)
ParseError: KaTeX parse error: No such environment: tabular at position 21: …laystyle \begin{̲t̲a̲b̲u̲l̲a̲r̲}̲{lll} 100ParseError: KaTeX parse error: Expected 'EOF', got '&' at position 2: &̲ 2ParseError: KaTeX parse error: Expected 'EOF', got '&' at position 2: &̲ 3 \\ 4ParseError: KaTeX parse error: Expected 'EOF', got '&' at position 2: &̲ 5ParseError: KaTeX parse error: Expected 'EOF', got '&' at position 2: &̲ 60ParseError: KaTeX parse error: Expected 'EOF', got '\end' at position 5: \\ \̲e̲n̲d̲{tabular}