Skip to content

Commit

Permalink
Merge pull request #9 from NicholasCote/develop_negin
Browse files Browse the repository at this point in the history
Develop negin
  • Loading branch information
negin513 authored Jun 14, 2024
2 parents bc988aa + 584439c commit fabc490
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions _toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
File renamed without changes.
8 changes: 4 additions & 4 deletions notebooks/05_data_preprocessing.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
},
{
Expand Down Expand Up @@ -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": {
Expand All @@ -4042,7 +4042,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.6"
"version": "3.11.4"
}
},
"nbformat": 4,
Expand Down

0 comments on commit fabc490

Please sign in to comment.