show()
hooks into the Jupyter rich display system. You can pass an argument called handler
which should be a one parameter function that receives a Hail _Show
object. This has an _repr_html_
method that generates an HTML table. If that doesn’t work with Zeppelin, you might want take
, which show
uses, and then you can use the array of structs to construct a Zeppelin table.