-
Notifications
You must be signed in to change notification settings - Fork 4
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 references to use multi-region bucket #86
Conversation
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
@ahernank : Am I supposed to run the notebooks after they are modified? I am thinking particularly about [af1/|ag3/]download.ipynb that show examples of how to download data. They seem to be only half-run in the current version of the VUG (and the part that is not run would raise an error). |
Thanks @jonbrenas -- yes, it would be great if you could re-run them. Usually what we try to do, is that we run them (as our check to ensure all code works as expected), and then do a second run clearing all outputs and keeping only the cells we want to show (i.e. clearing anything that it's too messy). That's why they appear half run. When you run them, it is only to make sure the path exists and it is correct in the example, no need to wait for the full download to finish, as some of those examples have huge downloads! |
Thank you @ahernank . That's what I expected but, for instance, in af1/download.ipynb, one cell does:
and the next does:
which is going to raise an error because |
A quick |
Hi @jonbrenas, no need to rerun the |
Addresses #85.
The link to the vobs-funestus project also used the old
projects
path which I deemed could be sorted out at the same time.