Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

corrected a few typos in the readme, also provide example snippets that can run in google colab #106

Merged
merged 1 commit into from
Sep 30, 2023

Conversation

jeremymanning
Copy link
Member

note: the previous snippets could run in google colab before the recent(ish) updates, but the new colab includes a version of tensorflow that is not compatible with numpy 1.20.1, so it was causing some issues. i've changed the numpy examples to use 1.23.1 instead, which fixes the examples.

similarly, some of the pandas examples depended on versions of pandas that required numpy versions that conflicted with tensorflow. the versions in the updated examples are now self-consistent and work in colab.

finally, the hypertools commit in the example was different than the explanatory text; they're now consistent.

other than that i corrected a few minor typos and changed some of the formatting.

@paxtonfitzpatrick
Copy link
Member

Thanks! I hadn't checked those since I originally wrote them. I suppose this is going to continue happening though, as colab keeps updating its package (and Python) versions...

@paxtonfitzpatrick paxtonfitzpatrick merged commit 8988d01 into ContextLab:main Sep 30, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants