Shim HyungSung created ZEPPELIN-1451:
----------------------------------------
Summary: Bug of Embedding %html within %table.
Key: ZEPPELIN-1451
URL: https://issues.apache.org/jira/browse/ZEPPELIN-1451
Project: Zeppelin
Issue Type: Bug
Reporter: Shim HyungSung
Fix For: 0.7.0
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.
but, following code does not working properly.
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""")
http://apache-zeppelin-users-incubating-mailing-list.75479.x6.nabble.com/Embedding-html-within-table-td4155.html
is the related mail.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)