tableprint
tableprint copied to clipboard
Pretty console printing :clipboard: of tabular data in python :snake:
It'd be useful if `tableprint` could accept a custom print command. In my use case, I want to progressively (print-as-I-go) print the values of TensorFlow 2 tensors in a table....
When adding data that is wider than the tty screen, the table just breaks.
I try this: ``` import tableprint as tp tp.banner('test') ``` error: ``` Traceback (most recent call last): File "stats.py", line 83, in main() File "C:\Users\acnazarejr\Anaconda3\envs\harhealth-sensors\lib\site-packages\click\core.py", line 722, in __call__ return...