-
Notifications
You must be signed in to change notification settings - Fork 3
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
python notebooks cleaning #33
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work!
I'd like to suggest two small changes:
- There are still links pointing to staging sites. Might be a good opportunities to do a find&replace within this repository to make sure that there are all removed/updated.
- From a consistent format point of view, can you make sure the names of the notebooks all follow the same format? For example use the format:
number-Camel_Case.ipynb
(e.g.02-Extracting_Spatial_Data_GBR_Features.ipynb
).
"\n", | ||
"We first connect to the metadata API by retrieving the root catalog\n", | ||
"\n", | ||
"To do this, you will need to go to https://dashboard.staging.reefdata.io/ and copy your Authentication token.\n", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This link is outdated: https://dashboard.staging.reefdata.io/
@diodon Could you address the second point too? |
Quality Gate passedIssues Measures |
Quality Gate passedIssues Measures |
python notebook testing and cleaning. README added