Kaggle / docker-python

Kaggle Python docker image
Apache License 2.0
2.47k stars 955 forks source link

Add hvplot #1426

Closed dster2 closed 1 month ago

dster2 commented 1 month ago

Recreate of https://github.com/Kaggle/docker-python/pull/1424 which got borked

This is a plotting library required to do plotting actions from the popular polars library.

calderjo commented 1 month ago

my bad, completely forgot this pr when i did the recent release. does seem quite popular, let include it. are you able to add a small test for it? we require this for new packages

dster2 commented 1 month ago

Thanks, I added a test for polars since that was my main intention of adding the package.