mwouts / itables

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

Publish itables on conda #96

Closed fwouts closed 1 year ago

fwouts commented 1 year ago

I'd like to use itables but I use Anaconda to manage Python packages. It would be a big help if I could use it there!

mwouts commented 1 year ago

Hi @fwouts , I just opened a PR to publish itables on conda-forge, but... it's already there!

The repo where the recipe is maintained is https://github.com/conda-forge/itables-feedstock, and it has been maintained by @asford since Jan 2022 (thank you Alex!)

This means that you can get itables by simply typing

conda install itables -c conda-forge

or even

conda install itables

provided that you have something like this in your ~/.condarc:

channels:
  - defaults
  - conda-forge