-
Notifications
You must be signed in to change notification settings - Fork 4
Don't download data from ourselves #44
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
Comments
I agree that for users working on local laptops that have the repo checked out, downloading them again is silly, but I'm worried about how would it work on Colab or mybinder. I tried opening the file in Colab without downloading it first (I don't know where it's stored) and it didn't work for me. If we find a way to make it work online I think it's a good idea. |
A possible solution may be adding:
The above is just pseudo code, hopefully it's clear enough. Also, maybe we should be careful with OS paths because we may have students working on Windows (i.e. use |
You're absolutely right, I forgot about Colab :) Silly me! The solution you propose is fine but I would just download the file in the |
See #49. |
Tutorials 2.3 and 2.3 download data... from this repository. This is useless since the data are checkout out (in fact, those data represent roughly 50% of the size of the repository).
I see 2 options (by ascending level of complexity):
Solution 2 and 3 are more satisfying but harder to do. I feel solution 1 is enough.
The text was updated successfully, but these errors were encountered: