dstools icon indicating copy to clipboard operation
dstools copied to clipboard

support for tslab jupyter kernel?

Open techieshark opened this issue 5 years ago • 1 comments

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())

techieshark avatar Feb 01 '20 03:02 techieshark

Thanks for the feedback. Unfortunately, I'm not currently actively developing this project. If you can send a pull request, I can push it to the repo.

Best,

El

On Sat, Feb 1, 2020 at 5:10 AM Peter W [email protected] wrote:

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 https://github.com/elshor/dstools/issues/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())

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/elshor/dstools/issues/4?email_source=notifications&email_token=AB2DJZCLXENZBYBLAHVJXKLRATR3DA5CNFSM4KOQMWGKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4IKJR4KA, or unsubscribe https://github.com/notifications/unsubscribe-auth/AB2DJZGWTUUV745XH7NGIRLRATR3DANCNFSM4KOQMWGA .

elshor avatar Feb 02 '20 07:02 elshor