mwouts / itables

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

Add IPython to setup.py install_requires #9

Closed jonshao closed 4 years ago

jonshao commented 4 years ago

Make setup.py match the items from requirements.txt since setuptools doesn't read the latter.

codecov-io commented 4 years ago

Codecov Report

Merging #9 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master       #9   +/-   ##
=======================================
  Coverage   96.58%   96.58%           
=======================================
  Files           9        9           
  Lines         205      205           
=======================================
  Hits          198      198           
  Misses          7        7

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 31f5c12...788c9ad. Read the comment docs.

mwouts commented 4 years ago

Oh sure! Thank you @jonshao