From 37e220104122160e4be2b654e097d9f90e90584f Mon Sep 17 00:00:00 2001 From: Hasan al Rasyid Date: Fri, 1 Apr 2022 12:43:48 +0900 Subject: [PATCH] ok --- manuscript.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/manuscript.md b/manuscript.md index 397ca73..2e1e2d4 100644 --- a/manuscript.md +++ b/manuscript.md @@ -498,7 +498,10 @@ print(""" ~~~ ``` -The above snipplet would give us output: +The above snippet would give us output at [@tbl:py]. +We can also use great package of `tabulate` from python. +It can tabulate shell output by `tabulate -F ".3f" -f orgtable`. +Of course, we are required to put our own headers. ~~~{.script .py .md #tbl:py caption="this is a table script"} print('~~~{.multiTable notes=[@var:v2]}')