Version 0.3.0
Fixed
itablesnow has an explicitinit_notebook_modefunction, which inserts the datatables.net library in the notebook. Useinit_notebook_mode(all_interactive=True)to display all the pandas object as interactive tables. This fixes (#6) and (#17).
Changed
itablesuses GitHub Actions for the CI.
Added
itablesis tested with Python 3.9 as well.