From cd71103925dd8a971280a27d58d08ac5d11c917b Mon Sep 17 00:00:00 2001 From: mgrover1 Date: Thu, 23 May 2024 11:29:27 -0400 Subject: [PATCH] ADD: Add new environment and toc --- _config.yml | 2 +- _toc.yml | 4 ++-- environment.yml | 8 +++++++- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/_config.yml b/_config.yml index f2f6049..57e058b 100644 --- a/_config.yml +++ b/_config.yml @@ -8,7 +8,7 @@ copyright: "2024" execute: # To execute notebooks via a Binder instead, replace 'cache' with 'binder' - execute_notebooks: cache + execute_notebooks: "off" timeout: 600 allow_errors: False # cells with expected failures must set the `raises-exception` cell tag diff --git a/_toc.yml b/_toc.yml index 995f86b..0cb6cbe 100644 --- a/_toc.yml +++ b/_toc.yml @@ -4,6 +4,6 @@ parts: - caption: Preamble chapters: - file: notebooks/how-to-cite - - caption: Introduction + - caption: Radar Analysis chapters: - - file: notebooks/notebook-template + - glob: notebooks/* diff --git a/environment.yml b/environment.yml index c631642..ffafcc4 100644 --- a/environment.yml +++ b/environment.yml @@ -1,7 +1,13 @@ -name: cookbook-dev +name: cacti-deep-convection-dev channels: - conda-forge dependencies: - jupyter-book - jupyterlab - sphinx-pythia-theme + - xarray + - arm_pyart + - act-atmos + - dask + - dask-labextension + - xradar