Skip to content

Version 0.4.0

Choose a tag to compare

@mwouts mwouts released this 06 Jan 22:13
· 270 commits to main since this release

Fixed

  • Now itables also works in Jupyter Lab, Colab, Nteract, VS Code and PyCharm (#3, #4, #26, #40), as we load the datatables.net library with an ES import when require.js is not available. Many thanks to François Wouts for his precious help!

Changed

  • The show function (and itables.options) has a new argument eval_functions. When set to True, the nested strings passed to datatables.net that start with function are converted to Javascript functions.
  • The HTML code for the datatables.net representation of the table is generated with an HTML template.
  • We use f-strings and thus require Python >= 3.6