Skip to content

Commit 4fe124f

Browse files
authored
Temporary cover art (#80)
* First draft of self-generating cover art on landing page * Suppress cartopy warnings in landing-page notebook * Use pythia-datasets in pandas notebook * First draft of self-generating cover art on landing page * Suppress cartopy warnings in landing-page notebook * GOES image as temporary cover art
1 parent ba4e290 commit 4fe124f

File tree

3 files changed

+59
-7
lines changed

3 files changed

+59
-7
lines changed

images/pretty-earth.png

1.33 MB
Loading

landing-page.ipynb

Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
{
2+
"cells": [
3+
{
4+
"cell_type": "markdown",
5+
"id": "24611359",
6+
"metadata": {},
7+
"source": [
8+
"# Project Pythia Foundations\n",
9+
"\n",
10+
"## A community learning resource for Python-based computing in the geosciences"
11+
]
12+
},
13+
{
14+
"cell_type": "markdown",
15+
"id": "422cec20-f029-427f-97bd-90e147e2eb0f",
16+
"metadata": {},
17+
"source": [
18+
"<img src=\"images/pretty-earth.png\" alt=\"Pretty Earth\" width=\"600px\">"
19+
]
20+
},
21+
{
22+
"cell_type": "markdown",
23+
"id": "fa6980e8",
24+
"metadata": {},
25+
"source": [
26+
"Brought to you by [Project Pythia](https://projectpythia.org), this growing collection covers the foundational skills everyone needs to get started with scientific computing in the open-source Python ecosystem."
27+
]
28+
},
29+
{
30+
"cell_type": "code",
31+
"execution_count": null,
32+
"id": "4c986b6d",
33+
"metadata": {},
34+
"outputs": [],
35+
"source": []
36+
}
37+
],
38+
"metadata": {
39+
"kernelspec": {
40+
"display_name": "Python 3",
41+
"language": "python",
42+
"name": "python3"
43+
},
44+
"language_info": {
45+
"codemirror_mode": {
46+
"name": "ipython",
47+
"version": 3
48+
},
49+
"file_extension": ".py",
50+
"mimetype": "text/x-python",
51+
"name": "python",
52+
"nbconvert_exporter": "python",
53+
"pygments_lexer": "ipython3",
54+
"version": "3.8.10"
55+
}
56+
},
57+
"nbformat": 4,
58+
"nbformat_minor": 5
59+
}

landing-page.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)