gregsexton / ob-ipython

org-babel integration with Jupyter for evaluation of (Python by default) code blocks
738 stars 108 forks source link

Improve tabular data output representation? #104

Closed john2x closed 7 years ago

john2x commented 7 years ago

The default output of tabular data looks like below. A bit hard to read especially with the explicit line break.

oreilly-ml 2017-04-09 21-23-50

Is there an option to not break at ~72 characters? Or better yet, use Org's table features?

stonejiajia commented 7 years ago

You can usetabulate

gregsexton commented 7 years ago

Yeah use tabulate. I've added this tip to the readme.