File tree 2 files changed +9
-5
lines changed
2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 3
3
# CESM LENS on AWS Cookbook
4
4
5
5
[ ![ nightly-build] ( https://github.com/ProjectPythia/cesm-lens-aws-cookbook/actions/workflows/nightly-build.yaml/badge.svg )] ( https://github.com/ProjectPythia/cesm-lens-aws-cookbook/actions/workflows/nightly-build.yaml )
6
- [ ![ Binder] ( http ://binder.mypythia .org/badge_logo.svg)] ( http ://binder.mypythia .org/v2/gh/ProjectPythia/cesm-lens-aws-cookbook/main?labpath=notebooks)
6
+ [ ![ Binder] ( https ://binder.projectpythia .org/badge_logo.svg)] ( https ://binder.projectpythia .org/v2/gh/ProjectPythia/cesm-lens-aws-cookbook/main?labpath=notebooks)
7
7
8
8
This Project Pythia Cookbook covers analysis of CESM LENS data publicly available on Amazon S3 (us-west-2 region) using Xarray and Dask
9
9
@@ -32,12 +32,12 @@ There is one notebook in this section that describes how to access the CESM LENS
32
32
This section contains an example of using this dataset to recreate two plots from a paper published in BAMS.
33
33
34
34
## Running the Notebooks
35
- You can either run the notebook using [ Binder] ( http ://binder.mypythia .org) or on your local machine.
35
+ You can either run the notebook using [ Binder] ( https ://binder.projectpythia .org) or on your local machine.
36
36
37
37
### Running on Binder
38
38
39
39
The simplest way to interact with a Jupyter Notebook is through
40
- [ Binder] ( http ://binder.mypythia .org) , which enables the execution of a
40
+ [ Binder] ( https ://binder.projectpythia .org) , which enables the execution of a
41
41
[ Jupyter Book] ( https://jupyterbook.org ) in the cloud. The details of how this works are not
42
42
important for now. All you need to know is how to launch a Pythia
43
43
Cookbooks chapter via Binder. Simply navigate your mouse to
Original file line number Diff line number Diff line change 16
16
- intake-esm
17
17
18
18
execute :
19
+ # To execute notebooks via a binder instead, replace 'cache' with 'binder'
19
20
execute_notebooks : force
21
+ allow_errors : False # cells with expected failures must set the `raises-exception` cell tag
20
22
exclude_patterns :
21
23
- ' notebooks/example-workflows/key-figures.ipynb'
22
24
35
37
36
38
sphinx :
37
39
config :
38
- html_favicon : images/icons/favicon.ico
40
+ linkcheck_ignore : ["https://doi.org/*",]
41
+ nb_execution_raise_on_error : true # raise exception in build if there are notebook errors
42
+ html_favicon : notebooks/images/icons/favicon.ico
39
43
html_last_updated_fmt : ' %-d %B %Y'
40
44
html_theme : sphinx_pythia_theme
41
45
html_permalinks_icon : ' <i class="fas fa-link"></i>'
@@ -54,7 +58,7 @@ sphinx:
54
58
icon : fab fa-youtube-square
55
59
type : fontawesome
56
60
launch_buttons :
57
- binderhub_url : http ://binder.mypythia .org
61
+ binderhub_url : https ://binder.projectpythia .org
58
62
notebook_interface : jupyterlab
59
63
extra_navbar : |
60
64
Theme by <a href="https://projectpythia.org">Project Pythia</a>.<br><br>
You can’t perform that action at this time.
0 commit comments