Marc Wouts
Marc Wouts
Hello, thanks for the great library! I am using `tqdm==4.64.1` with `python==3.10.8` on linux. I see an issue with `miniter`, that is consistent with other reports at #1396 and #1381...
Without this argument we don't get to see the table in full, see #360
The idea would be to integrate #339 and then remove the current dependency on Pandas and Numpy. We will need to figure out how to change the HTML __repr__ function...
This is a tentative fix for #174 , but some work remains as including MathJax in `dt_for_itables` makes it huge - 2.3mb instead of 533.8kb.
ITables v2.4.1 will have `py.typed` markers. But the type annotations can still be improved. As diagnosed with ``` pyright --ignoreexternal --verifytypes itables ``` on https://github.com/mwouts/itables/pull/389, the type completedness is 69.9%:...
I have an `ITable` component in a Dash app. The table is refreshed periodically. When the data changes the underlying datatable object gets destroyed and re-created, and it loses its...
This PR add tests for Modin dataframes. It is on top of @DeaMariaLeon's PR to add support for more DataFrame types using Narwhals at #339 . From this quick experiment...
DataTables now has a [react component](https://datatables.net/manual/react). Using the react component rather than the current jQuery DataTable function sounds like a natural move, and it should also make it easier to...
Tring to open a `.md` notebook like e.g. http://colab.research.google.com/github/mwouts/itables/blob/main/docs/quick_start.md fails with this error: ``` Notebook loading error The file has been corrupted or is not a valid notebook file. SyntaxError:...
I see intermittent failures on the CI like e.g. [here](https://github.com/mwouts/jupytext/actions/runs/13742526103/job/38433433144?pr=1345): ``` =================================== FAILURES =================================== ____ test_ipynb_notebooks_can_be_trusted[ipynb_py/frozen_cell.ipynb-async] _____ [gw1] darwin -- Python 3.13.2 /Users/runner/miniconda3/envs/jupytext-ci/bin/python ipynb_py_file = '/Users/runner/work/jupytext/jupytext/tests/data/notebooks/inputs/ipynb_py/frozen_cell.ipynb' tmpdir = local('/private/var/folders/2s/h6hvv9ps03xgz_krkkstvq_r0000gn/T/pytest-of-runner/pytest-0/popen-gw1/test_ipynb_notebooks_can_be_tr62') no_jupytext_version_number...