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

Update ColabNotebook.ipynb #347

Merged
merged 1 commit into from
Nov 10, 2023
Merged

Update ColabNotebook.ipynb #347

merged 1 commit into from
Nov 10, 2023

Conversation

chriseling
Copy link
Contributor

fix notebook

@nkgilley
Copy link
Contributor

nkgilley commented Nov 9, 2023

Maybe you could do this in bash so you don't have to manually update this notebook when requirements update. I haven't tested this but maybe something like:

for req in `cat requirements.txt`; do
pip3 install $req
done

@kyleskom
Copy link
Owner

Ya I think there should be a better way to do this thats cleaner but going to merge for now to avoid having to deal with people asking why collar isn't working.

@kyleskom kyleskom merged commit 1fdf2f7 into kyleskom:master Nov 10, 2023
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.

None yet

3 participants