Joshua Pedrick

Results 23 issues of Joshua Pedrick

Related to #90 , I think it'd be useful to have a Python interface for Kira to make implementing sound effects using Python easy. Initially, just providing hooks to transform...

matplotlib has changed how the `ax.lines` list is mutated. This change fixes the error when using combinato with newer versions of matplotlib https://discourse.matplotlib.org/t/recommended-way-of-deleting-lines/22526/3

I'd like to embed an itable in panel, however I'm not quite sure how to do it. I've tried the following: ``` pn.Column(pn.pane.HTML(to_html_datatable( df ))) ``` I just get the...