Skip to content

Commit be6681b

Browse files
authored
Merge pull request #15 from brian-rose/more-updates
Update to latest template
2 parents 59c7efc + 586df80 commit be6681b

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# CESM LENS on AWS Cookbook
44

55
[![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)
77

88
This Project Pythia Cookbook covers analysis of CESM LENS data publicly available on Amazon S3 (us-west-2 region) using Xarray and Dask
99

@@ -32,12 +32,12 @@ There is one notebook in this section that describes how to access the CESM LENS
3232
This section contains an example of using this dataset to recreate two plots from a paper published in BAMS.
3333

3434
## 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.
3636

3737
### Running on Binder
3838

3939
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
4141
[Jupyter Book](https://jupyterbook.org) in the cloud. The details of how this works are not
4242
important for now. All you need to know is how to launch a Pythia
4343
Cookbooks chapter via Binder. Simply navigate your mouse to

_config.yml

+6-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ tags:
1616
- intake-esm
1717

1818
execute:
19+
# To execute notebooks via a binder instead, replace 'cache' with 'binder'
1920
execute_notebooks: force
21+
allow_errors: False # cells with expected failures must set the `raises-exception` cell tag
2022
exclude_patterns:
2123
- 'notebooks/example-workflows/key-figures.ipynb'
2224

@@ -35,7 +37,9 @@ parse:
3537

3638
sphinx:
3739
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
3943
html_last_updated_fmt: '%-d %B %Y'
4044
html_theme: sphinx_pythia_theme
4145
html_permalinks_icon: '<i class="fas fa-link"></i>'
@@ -54,7 +58,7 @@ sphinx:
5458
icon: fab fa-youtube-square
5559
type: fontawesome
5660
launch_buttons:
57-
binderhub_url: http://binder.mypythia.org
61+
binderhub_url: https://binder.projectpythia.org
5862
notebook_interface: jupyterlab
5963
extra_navbar: |
6064
Theme by <a href="https://projectpythia.org">Project Pythia</a>.<br><br>

0 commit comments

Comments
 (0)