ipyplot icon indicating copy to clipboard operation
ipyplot copied to clipboard

Is there any way to hide `show html` button?

Open nesaboz opened this issue 2 years ago • 1 comments

I'm using nbdev and noticed that ipyplot is slowing down a critical html page generator (nbdev_preview) significantly (like 10X). I'm betting it is due to show html button. Is there any way to not display it? I've never had the need to expand it.

nesaboz avatar Feb 22 '23 18:02 nesaboz

Hi @nesaboz ,

There's no way to hide it as of right now, but this can be easily added as and argument. Hmm, I can imagine a scenario where this indeed could slow down a page generator especially in a case where you're using b64 instead of URI's. I'll look into it

karolzak avatar Feb 24 '23 09:02 karolzak