ipyplot
ipyplot copied to clipboard
Is there any way to hide `show html` button?
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.
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