-
Notifications
You must be signed in to change notification settings - Fork 6
Revisions for current intake-esm #12
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
Conversation
👋 Thanks for opening this PR! The Cookbook will be automatically built with GitHub Actions. To see the status of your deployment, click below. |
The build is failing but that is due to as-yet unresolved issues with the |
@ktyle thanks for opening this! I'll take a look at the notebook tonight. It seems that your PR commits the output of the I'm not sure we ever came up with a clear policy about this for the Cookbooks. |
Yes, I should have cleared the output before committing. Although I think we should have an exception for #3 ... |
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.
@ktyle I pushed a new commit that cleared the output.
Before doing this, I verified that the notebook runs cleanly on my own system. I also see that it ran cleanly on our CI system.
I really like the modifications to this notebook! Everything reads well and is clearer than the original.
I suggest we merge this update, and then open a new PR to deal with #3
I think that if we merge this, the update will not get published because of the build failure related to #3. A short-term solution, as discussed in #3, is to commit a copy of the But we will also have to change the execution settings in the e.g. change |
hmmm I wonder if there is a more granular way in jupyterbook to "opt out" certain notebooks from being executed. But in this case, since there are just two notebooks in the cookbook, setting the flag to "auto" seems reasonable. I propose we merge this PR, and then create a new PR that contains the fully-executed key-figures notebook and also switches the build flag to auto. |
(and having fully read your comment, @brian-rose , we're on the same page so I will go ahead and merge this and then embark on a PR that deals with #3 (tomorrow morning!). |
@ktyle I think that |
This PR updates the
notebooks/foundations/enhanced-catalog
notebook to resolve various errors related to changes in the underlyingintake
andintake-esm
libraries. Also took an opportunity to refresh the content a bit, based on current examples in https://intake-esm.readthedocs.io/en/stable/index.html .