mwouts / itables

Pandas DataFrames as Interactive DataTables
https://mwouts.github.io/itables/
MIT License
757 stars 56 forks source link

Load datatables.net using ESM in all cases #51

Closed mwouts closed 2 years ago

mwouts commented 2 years ago

In version 0.4.x we load datatables.net using a mix of require.js (Jupyter Notebook, NBconvert) and ESM (Jupyter Lab and others).

When datatables.net becomes ready for this, we should be using ESM in all cases.

mwouts commented 2 years ago

Fixed with #77 - we don't use require any more