Marc Wouts

Results 502 comments of Marc Wouts

Hey @sandsmichael , sorry for the long delay in answering. So, if you are willing to export a table to an HTML document, you can use `to_html_datatable`, there is a...

Hey @sandsmichael , the DataTables extensions are now supported in ITables v2! The PDF button is not included by default, because the required PDF library makes the bundle much larger,...

Hi @steovd , sure it would be nice to be able to use the same configuration file across all platforms. We would need to make sure this does not impact...

Hi @ctcjab , I am afraid this has to do with a difference in how notebooks are executed in Jupyter Lab or `nbconvert`, which Jupytext uses (see the stack trace...

Thanks @avivajpeyi for reporting this, and for documenting a workaround. I will investigate when time permits.

Hi @avivajpeyi , it has been a while so I will close this issue. By the way, I also wanted to let you know that `itables==2.1.2` (just released!) is expected...

Hello @Norlandz , that's a very interesting question, and I would have use of that myself. It is currently not possible to do so. However seeing https://datatables.net/forums/discussion/60989/fixed-first-row, I have experimented...

Oh it's not even a workaround - just a preview of how a future feature could look like. Sure it would make sense to be able to fix multiple rows...

Hi @wpritom , thanks for reporting this! Yes that's right currently ITables only supports Pandas and Polars DataFrames. Can you convert `df` back to a Pandas DataFrame before calling show,...

Hey @MarcoGorelli , Narwhals sounds like a great package indeed! And sure I would love to provide support for more dataframe types, see for instance #217 (pending) where I started...