File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 66[ ![ Binder] ( http://binder.projectpythia.org/badge_logo.svg )] ( http://binder.projectpythia.org/v2/gh/ProjectPythia/landsat-ml-cookbook/main?labpath=notebooks )
77[ ![ DOI] ( https://zenodo.org/badge/563445694.svg )] ( https://zenodo.org/badge/latestdoi/563445694 )
88
9+
910This Project Pythia Cookbook covers the essential materials for working with Landsat data in the context of machine learning workflows.
1011
1112## Motivation
Original file line number Diff line number Diff line change @@ -7,10 +7,10 @@ logo: notebooks/images/logos/pythia_logo-white-rtext.svg
77copyright : ' 2022'
88
99execute :
10- # To execute notebooks via a binder instead, replace 'cache' with 'binder'
11- execute_notebooks : force
10+ # To execute notebooks via a Binder instead, replace 'cache' with 'binder'
11+ execute_notebooks : cache
1212 timeout : 600
13- allow_errors : True
13+ allow_errors : False # cells with expected failures must set the `raises-exception` cell tag
1414
1515# Add a few extensions to help with parsing content
1616parse :
2727
2828sphinx :
2929 config :
30+ linkcheck_ignore : ["https://doi.org/*"] # 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)
3032 html_favicon : notebooks/images/icons/favicon.ico
3133 html_last_updated_fmt : ' %-d %B %Y'
3234 html_theme : sphinx_pythia_theme
@@ -47,7 +49,7 @@ sphinx:
4749 icon : fab fa-youtube-square
4850 type : fontawesome
4951 launch_buttons :
50- binderhub_url : http ://binder.mypythia .org
52+ binderhub_url : https ://binder.projectpythia .org
5153 notebook_interface : jupyterlab
5254 extra_navbar : |
5355 Theme by <a href="https://projectpythia.org">Project Pythia</a>.<br><br>
Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ dependencies:
2727 - numpy
2828 - cartopy
2929 - rasterio
30+ - rioxarray
3031 - s3fs
3132 - jupyter-book
3233 - jupyterlab
You can’t perform that action at this time.
0 commit comments