Re: Vizualize bash result

2017-01-15 Thread Ahyoung Ryu
FYI https://zeppelin.apache.org/docs/latest/displaysystem/basicdisplaysystem.html#table provides some basic examples how you can draw table :) Best, Ahyoung On Sun, Jan 15, 2017 at 1:20 AM, Jongyoul Lee wrote:

Re: Vizualize bash result

2017-01-14 Thread Jongyoul Lee
Basically, you can draw everything if your output starts with '%table' and data format is tsv. For example, you can echo '%table ...' to draw table in sh. Hope this help, Jongyoul On Sat, Jan 14, 2017 at 9:02 PM, Markovich wrote: > Hi, > Is it possible to visualize bash result in Zeppelin? > >