diff --git a/workshop/_config.yml b/workshop/_config.yml index 6f66826..6c840ea 100644 --- a/workshop/_config.yml +++ b/workshop/_config.yml @@ -8,7 +8,7 @@ logo: logo.png # Force re-execution of notebooks on each build. # See https://jupyterbook.org/content/execute.html execute: - execute_notebooks: force + execute_notebooks: false # Define the name of the latex output file for PDF builds latex: diff --git a/workshop/_toc.yml b/workshop/_toc.yml index 001736d..d36b8b5 100644 --- a/workshop/_toc.yml +++ b/workshop/_toc.yml @@ -15,3 +15,4 @@ chapters: - file: collaboration - file: next - file: feedback +- file: pangeo-gpu-test diff --git a/workshop/pangeo-gpu-test-v3.ipynb b/workshop/pangeo-gpu-test.ipynb similarity index 100% rename from workshop/pangeo-gpu-test-v3.ipynb rename to workshop/pangeo-gpu-test.ipynb