File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed
Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 33# Intake Cookbook
44
55[ ![ nightly-build] ( https://github.com/ProjectPythia/intake-cookbook/actions/workflows/nightly-build.yaml/badge.svg )] ( https://github.com/ProjectPythia/intake-cookbook/actions/workflows/nightly-build.yaml )
6- [ ![ Binder] ( http ://binder.mypythia .org/badge_logo.svg)] ( http ://binder.mypythia .org/v2/gh/ProjectPythia/intake-cookbook/main?labpath=notebooks)
6+ [ ![ Binder] ( https ://binder.projectpythia .org/badge_logo.svg)] ( https ://binder.projectpythia .org/v2/gh/ProjectPythia/intake-cookbook/main?labpath=notebooks)
77
88This Project Pythia Cookbook covers using and creating Intake catalogs to access data.
99
@@ -39,12 +39,12 @@ This section describes how to use intake catalogs to access data. It shows how t
3939This section walks you through the process of creating your own Intake catalogs to access Mesowest's HRRR data.
4040
4141## Running the Notebooks
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
4646The 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
4949important for now. All you need to know is how to launch a Pythia
5050Cookbooks chapter via Binder. Simply navigate your mouse to
Original file line number Diff line number Diff line change 3838
3939sphinx :
4040 config :
41- html_favicon : images/icons/favicon.ico
41+ linkcheck_ignore : ["https://doi.org/*"] # don't run link checker on DOI links since they are immutable
42+ nb_execution_raise_on_error : true # raise exception in build if there are notebook errors (this flag is ignored if building on binder)
43+ html_favicon : notebooks/images/icons/favicon.ico
4244 html_last_updated_fmt : ' %-d %B %Y'
4345 html_theme : sphinx_pythia_theme
4446 html_permalinks_icon : ' <i class="fas fa-link"></i>'
@@ -57,7 +59,7 @@ sphinx:
5759 icon : fab fa-youtube-square
5860 type : fontawesome
5961 launch_buttons :
60- binderhub_url : http ://binder.mypythia .org
62+ binderhub_url : https ://binder.projectpythia .org
6163 notebook_interface : jupyterlab
6264 extra_navbar : |
6365 Theme by <a href="https://projectpythia.org">Project Pythia</a>.<br><br>
You can’t perform that action at this time.
0 commit comments