According to the example here
https://zeppelin.apache.org/docs/0.6.1/displaysystem/basicdisplaysystem.html#table
it is possible to use %html within a %table paragraph and get benefits of
both. However when I run that it appears to render as HTML only and no
native table view.


Is my syntax incorrect or does anyone else have this same issue? e.g.


print(s"""%table

name\tsize\tquantity

%html <img src='
https://upload.wikimedia.org/wikipedia/commons/thumb/6/6f/Sun_symbol.svg/50px-Sun_symbol.svg.png'
/>sun\t100\t50

%html <img src='
https://upload.wikimedia.org/wikipedia/commons/thumb/2/2a/Moon_symbol_crescent.svg/25px-Moon_symbol_crescent.svg.png'
/>moon\t10\t20""")


Thanks,

kevin

Reply via email to