Skip to content

Commit

Permalink
Merge pull request #1 from mgrover1/add-initial-notebook
Browse files Browse the repository at this point in the history
Add initial notebook
  • Loading branch information
mgrover1 authored Nov 29, 2023
2 parents b2f58e8 + f3a59b5 commit a00ff0a
Show file tree
Hide file tree
Showing 8 changed files with 1,126 additions and 12 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<img src="thumbnail.png" alt="thumbnail" width="300"/>
<img src="images/esgf.png" alt="thumbnail" width="300"/>

# (Replace_with_your_title) Cookbook
# ESGF Cookbook

[![nightly-build](https://github.com/ProjectPythia/cookbook-template/actions/workflows/nightly-build.yaml/badge.svg)](https://github.com/ProjectPythia/cookbook-template/actions/workflows/nightly-build.yaml)
[![Binder](https://binder.projectpythia.org/badge_logo.svg)](https://binder.projectpythia.org/v2/gh/ProjectPythia/cookbook-template/main?labpath=notebooks)
Expand Down
13 changes: 6 additions & 7 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Book settings
# Learn more at https://jupyterbook.org/customize/config.html

title: Project Pythia Cookbook Template
author: the <a href="https://projectpythia.org/">Project Pythia</a> Community
logo: notebooks/images/logos/pythia_logo-white-rtext.svg
title: ESGF Cookbook
author: the <a href="https://esgf.llnl.gov/">ESGF</a> Community
logo: notebooks/images/logos/esgf2-us.png
copyright: "2023"

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

Expand All @@ -35,13 +35,12 @@ sphinx:
html_permalinks_icon: '<i class="fas fa-link"></i>'
html_theme_options:
home_page_in_toc: true
repository_url: https://github.com/ProjectPythia/cookbook-template/ # Online location of your book
repository_url: https://github.com/esgf2-us/esgf-cookbook # Online location of your book
repository_branch: main # Which branch of the repository should be used when creating links (optional)
use_issues_button: true
use_repository_button: true
use_edit_page_button: true
google_analytics_id: G-T52X8HNYE8
github_url: https://github.com/ProjectPythia
github_url: https://github.com/esgf2-us/
twitter_url: https://twitter.com/project_pythia
icon_links:
- name: YouTube
Expand Down
4 changes: 2 additions & 2 deletions _toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ parts:
- caption: Preamble
chapters:
- file: notebooks/how-to-cite
- caption: Introduction
- caption: Workflows
chapters:
- file: notebooks/notebook-template
- file: notebooks/enso-globus
13 changes: 12 additions & 1 deletion environment.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,21 @@
name: cookbook-dev
name: esgf-cookbook-dev
channels:
- conda-forge
- pyviz
dependencies:
- jupyter-book
- jupyterlab
- jupyter_server
- hvplot
- holoviews
- numpy
- cartopy
- matplotlib
- globus-compute-sdk
- globus-compute-endpoint
- xarray
- cf_xarray
- pip
- pip:
- sphinx-pythia-theme
- git+https://github.com/nocollier/intake-esgf
1,104 changes: 1,104 additions & 0 deletions notebooks/enso-globus.ipynb

Large diffs are not rendered by default.

Binary file added notebooks/images/esgf.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added notebooks/images/globus-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added notebooks/images/logos/esgf2-us.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a00ff0a

Please sign in to comment.