Hi, thanks for the cool project.
I wonder if you've come across tslab and could support printing from it?
https://github.com/yunabe/tslab
I have the same issue as in #1 where the wrapper / raw html is displayed. tslab has a html show function which you could hook into, or if there were a way to just get the raw html output, I could push that into the function. For example, I might call it like this:
tslab.display.html(df.histogram('field1').show())
Hi, thanks for the cool project.
I wonder if you've come across tslab and could support printing from it?
https://github.com/yunabe/tslab
I have the same issue as in #1 where the wrapper / raw html is displayed. tslab has a html show function which you could hook into, or if there were a way to just get the raw html output, I could push that into the function. For example, I might call it like this: