We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25b4387 commit c382410Copy full SHA for c382410
_config.yml
@@ -1,19 +1,21 @@
1
# Book settings
2
# Learn more at https://jupyterbook.org/customize/config.html
3
4
-title: Project Pythia Cookbook Template
+title: Intake Cookbook
5
author: the <a href="https://projectpythia.org/">Project Pythia</a> Community
6
logo: notebooks/images/logos/pythia_logo-white-rtext.svg
7
email: [email protected]
8
copyright: '2022'
9
10
-description: A sample cookbook description.
+description: This cookbook shows examples of using and creating Intake catalogs to access data.
11
thumbnail: thumbnail.png
12
tags:
13
- domains:
14
- - sampledomain
15
- packages:
16
- - samplepackage
+ domains:
+ - Data access
+ packages:
+ - intake
17
+ - intake-xarray
18
+ - intake-markdown
19
20
# Execute the notebooks upon build
21
execute:
0 commit comments