From 2a09034b4eb6cf5395e34ecafd4bc42037bb6021 Mon Sep 17 00:00:00 2001 From: Negin Sobhani Date: Fri, 14 Jun 2024 09:35:01 -0600 Subject: [PATCH 1/3] turn off fail --- _config.yml | 2 +- ...viz.ipynb => 03_intro_to_interactive_viz_hvplot.ipynb} | 0 notebooks/05_data_preprocessing.ipynb | 8 ++++---- 3 files changed, 5 insertions(+), 5 deletions(-) rename notebooks/{03_intro_to_interactive_viz.ipynb => 03_intro_to_interactive_viz_hvplot.ipynb} (100%) diff --git a/_config.yml b/_config.yml index bb28017..64f3e3f 100644 --- a/_config.yml +++ b/_config.yml @@ -31,7 +31,7 @@ parse: sphinx: config: linkcheck_ignore: ["https://doi.org/*", "https://zenodo.org/badge/*"] # don't run link checker on DOI links since they are immutable - nb_execution_raise_on_error: true # raise exception in build if there are notebook errors (this flag is ignored if building on binder) + nb_execution_raise_on_error: false # raise exception in build if there are notebook errors (this flag is ignored if building on binder) html_favicon: notebooks/images/icons/favicon.ico html_last_updated_fmt: "%-d %B %Y" html_theme: sphinx_pythia_theme diff --git a/notebooks/03_intro_to_interactive_viz.ipynb b/notebooks/03_intro_to_interactive_viz_hvplot.ipynb similarity index 100% rename from notebooks/03_intro_to_interactive_viz.ipynb rename to notebooks/03_intro_to_interactive_viz_hvplot.ipynb diff --git a/notebooks/05_data_preprocessing.ipynb b/notebooks/05_data_preprocessing.ipynb index 2654287..df7d53b 100644 --- a/notebooks/05_data_preprocessing.ipynb +++ b/notebooks/05_data_preprocessing.ipynb @@ -5,7 +5,7 @@ "id": "31b1fab7-2441-4746-925f-69d51c4d98a8", "metadata": {}, "source": [ - "# Generate annual/yearly zarr stores from hourly ERA5 NetCDF files on NCAR's Research Data Archive" + "# Generate annual/yearly zarr stores from hourly ERA5 NetCDF files on NCAR's Research Data Archive\n" ] }, { @@ -4028,9 +4028,9 @@ ], "metadata": { "kernelspec": { - "display_name": "NPL 2024a", + "display_name": "Python 3 (ipykernel)", "language": "python", - "name": "npl-2024a" + "name": "python3" }, "language_info": { "codemirror_mode": { @@ -4042,7 +4042,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.11.6" + "version": "3.11.4" } }, "nbformat": 4, From 7fdcb44eaf94ac980e778950760dd7ab0eb617e7 Mon Sep 17 00:00:00 2001 From: Negin Sobhani Date: Fri, 14 Jun 2024 09:35:12 -0600 Subject: [PATCH 2/3] update toc --- _toc.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_toc.yml b/_toc.yml index 932d1f1..fdabbcc 100644 --- a/_toc.yml +++ b/_toc.yml @@ -8,8 +8,8 @@ parts: chapters: - file: notebooks/01BasicVisualization - file: notebooks/02InteractiveVisualization - - file: notebooks/03_intro_to_interactive_viz.ipynb + - file: notebooks/03_intro_to_interactive_viz_hvplot - caption: Preprocessing Notebooks for NCAR RDA chapters: - - file: notebooks/01_data_preprocessing.ipynb + - file: notebooks/05_data_preprocessing From 584439c5c3bdfe614bde23acc05497a2a26507e5 Mon Sep 17 00:00:00 2001 From: Negin Sobhani Date: Fri, 14 Jun 2024 09:45:35 -0600 Subject: [PATCH 3/3] update authors --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 64f3e3f..e032d0f 100644 --- a/_config.yml +++ b/_config.yml @@ -2,7 +2,7 @@ # Learn more at https://jupyterbook.org/customize/config.html title: ARCO ERA-5 Interactive Visualization -author: Michael Barletta and Kevin Tyle +author: Michael Barletta, Kevin Tyle, Negin Sobhani, Nicholas Cote, Harshah Hampapura, Philip Chmielowiec logo: notebooks/images/logos/pythia_logo-white-rtext.svg copyright: "2024"