ProjectPythia / intake-cookbook

Cookbook showing use of Intake
https://projectpythia.org/intake-cookbook/
Apache License 2.0
1 stars 4 forks source link

Remove csv_kwargs from catalogue #35

Closed jukent closed 4 days ago

jukent commented 4 days ago

Intake V2 removed some CSV support and seems to no longer can understand csv_kwargs. Without those arguments the csv is read successfully.

Pinning numpy was also required due to conflicting versions with Xarray.

There are some changes to the footer in this PR that were made to all passing cookbooks.

Closes #33

github-actions[bot] commented 4 days ago

👋 Thanks for opening this PR! The Cookbook will be automatically built with GitHub Actions. To see the status of your deployment, click below. 🔍 Git commit SHA: c819f8f5be8506512b549b6e035f80a603605128 ✅ Deployment Preview URL: https://ProjectPythia.github.io/intake-cookbook/_preview/35

jukent commented 4 days ago

@erogluorhan if you prefer I removed extra changes in https://github.com/ProjectPythia/intake-cookbook/pull/36

I'm not sure why the build preview leads to a 404. This is typical immediately after the link is posted by the actions bot, but it is taking longer than usual.

erogluorhan commented 4 days ago

I don't know either. I've approved the #36 as well