Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add initial notebook #1

Merged
merged 3 commits into from
Nov 29, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.
Loading