👩💻 Join our community of thousands of amazing developers!
ITables, or Interactive Tables, is a MIT-licensed Python package that renders Python DataFrames using the DataTables JavaScript library. ITables 2.0, that I have just released, adds support for the DataTables Extensions. In this post we review the functionalities brought by this release.How to use ITables, and what you getITables can be installed using either pip or conda:pip install itablesorconda install itablesITables is essentially a Python wrapper for DataTables. We have managed to keep its...