Skip to content

Commit 492cdb3

Browse files
authored
Merge 8acfcbc into c23ec22
2 parents c23ec22 + 8acfcbc commit 492cdb3

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
# NCAR Dask Tutorial
44

5-
[![nightly-build](https://github.com/ProjectPythia/cookbook-template/actions/workflows/nightly-build.yaml/badge.svg)](https://github.com/ProjectPythia/cookbook-template/actions/workflows/nightly-build.yaml)
6-
[![Binder](https://mybinder.org/badge_logo.svg)](http://binder.projectpythia.org/v2/gh/ProjectPythia/dask-cookbook/main?labpath=notebooks)
5+
[![nightly-build](https://github.com/ProjectPythia/dask-cookbook/actions/workflows/nightly-build.yaml/badge.svg)](https://github.com/ProjectPythia/dask-cookbook/actions/workflows/nightly-build.yaml)
6+
[![Binder](https://binder.projectpythia.org/badge_logo.svg)](https://binder.projectpythia.org/v2/gh/ProjectPythia/dask-cookbook/main?labpath=notebooks)
77
[![DOI](https://zenodo.org/badge/610934658.svg)](https://zenodo.org/badge/latestdoi/610934658)
88

99
This Project Pythia Cookbook provides a comprehensive guide to understanding the basic concepts and collections of Dask as well as its integration with Xarray.
@@ -39,12 +39,12 @@ Finally, we will discuss some best practices regarding Dask + Xarray.
3939

4040
## Running the Notebooks
4141

42-
You can either run the notebook using [Binder](https://mybinder.org/) or on your local machine.
42+
You can either run the notebook using [Binder](https://binder.projectpythia.org/) or on your local machine.
4343

4444
### Running on Binder
4545

4646
The simplest way to interact with a Jupyter Notebook is through
47-
[Binder](https://mybinder.org/), which enables the execution of a
47+
[Binder](https://binder.projectpythia.org/), which enables the execution of a
4848
[Jupyter Book](https://jupyterbook.org) in the cloud. The details of how this works are not
4949
important for now. All you need to know is how to launch a Pythia
5050
Cookbooks chapter via Binder. Simply navigate your mouse to
@@ -78,7 +78,7 @@ If you are interested in running this material locally on your computer, you wil
7878

7979
```bash
8080
conda env create -f environment.yml
81-
conda activate dask-cookbook-example
81+
conda activate dask-cookbook-dev
8282
```
8383

8484
1. Move into the `notebooks` directory and start up Jupyterlab

_config.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@ parse:
2727

2828
sphinx:
2929
config:
30+
linkcheck_ignore: ["https://doi.org/*", "https://zenodo.org/badge/*"] # don't run link checker on DOI links since they are immutable
31+
nb_execution_raise_on_error: true # raise exception in build if there are notebook errors (this flag is ignored if building on binder)
32+
linkcheck_request_headers:
33+
"https://*.noaa.gov/":
34+
User-Agent: Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:24.0) Gecko/20100101 Firefox/24.0
3035
html_favicon: notebooks/images/icons/favicon.ico
3136
html_last_updated_fmt: "%-d %B %Y"
3237
html_theme: sphinx_pythia_theme
@@ -47,7 +52,7 @@ sphinx:
4752
icon: fab fa-youtube-square
4853
type: fontawesome
4954
launch_buttons:
50-
binderhub_url: http://binder.mypythia.org
55+
binderhub_url: https://binder.projectpythia.org
5156
notebook_interface: jupyterlab
5257
extra_navbar: |
5358
Theme by <a href="https://projectpythia.org">Project Pythia</a>.<br><br>

0 commit comments

Comments
 (0)