mwouts / itables

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

Fix export issues with nbconvert>=6.0 #34

Closed mwouts closed 2 years ago

mwouts commented 2 years ago

Fixes #21

codecov-commenter commented 2 years ago

Codecov Report

Merging #34 (8aeac16) into master (ab39dae) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #34   +/-   ##
=======================================
  Coverage   97.79%   97.79%           
=======================================
  Files          10       10           
  Lines         227      227           
=======================================
  Hits          222      222           
  Misses          5        5           
Impacted Files Coverage Δ
itables/javascript.py 95.65% <ø> (ø)
itables/version.py 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update ab39dae...8aeac16. Read the comment docs.

mwouts commented 2 years ago

I'll open another PR as I want to merge this to the 'main' branch (renamed from master)