Skip to content

Commit 01c85b8

Browse files
committed
Update notebook buttons
1 parent b063c32 commit 01c85b8

File tree

4 files changed

+9
-7
lines changed

4 files changed

+9
-7
lines changed

L1/a-taste-of-python.ipynb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
"University of Helsinki students are encouraged to use the CSC Notebooks platform.<br/>\n",
1313
"<a href=\"https://notebooks.csc.fi/#/blueprint/7e62ac3bddf74483b7ac7333721630e2\"><img alt=\"CSC badge\" src=\"https://img.shields.io/badge/launch-CSC%20notebook-blue.svg\" style=\"vertical-align:text-bottom\"></a>\n",
1414
"\n",
15-
"We will start our Python lesson by learning a bit of the basic operations you can perform using Python.\n",
15+
"Others can follow the lesson and fill in their student notebooks using Binder.<br/>\n",
16+
"<a href=\"https://mybinder.org/v2/gh/geo-python/notebooks/master?urlpath=lab/tree/L1/a-taste-of-python.ipynb\"><img alt=\"Binder badge\" src=\"https://img.shields.io/badge/launch-binder-red.svg\" style=\"vertical-align:text-bottom\"></a>\n",
1617
"\n",
1718
"## General information\n",
1819
"\n",

L2/Python-basic-elements.ipynb

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,11 @@
66
"source": [
77
"# Basic elements of Python\n",
88
"\n",
9-
"```{attention}\n",
109
"University of Helsinki students are encouraged to use the CSC Notebooks platform.<br/>\n",
1110
"<a href=\"https://notebooks.csc.fi/#/blueprint/7e62ac3bddf74483b7ac7333721630e2\"><img alt=\"CSC badge\" src=\"https://img.shields.io/badge/launch-CSC%20notebook-blue.svg\" style=\"vertical-align:text-bottom\"></a>\n",
12-
"```\n",
1311
"\n",
14-
"In this lesson we will revisit data types, learn how data can be stored in Python lists, and some useful ways of using and modifying Python lists."
12+
"Others can follow the lesson and fill in their student notebooks using Binder.<br/>\n",
13+
"<a href=\"https://mybinder.org/v2/gh/geo-python/notebooks/master?urlpath=lab/tree/L2/Python-basic-elements.ipynb\"><img alt=\"Binder badge\" src=\"https://img.shields.io/badge/launch-binder-red.svg\" style=\"vertical-align:text-bottom\"></a>"
1514
]
1615
},
1716
{

L3/conditional-statements.ipynb

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
"University of Helsinki students are encouraged to use the CSC Notebooks platform.<br/>\n",
1010
"<a href=\"https://notebooks.csc.fi/#/blueprint/7e62ac3bddf74483b7ac7333721630e2\"><img alt=\"CSC badge\" src=\"https://img.shields.io/badge/launch-CSC%20notebook-blue.svg\" style=\"vertical-align:text-bottom\"></a>\n",
1111
"\n",
12-
"In this lesson we will learn how to make choices in our code using conditional statements (`if`, `elif`, `else`) and Boolean values (`True`, `False`). \n",
12+
"Others can follow the lesson and fill in their student notebooks using Binder.<br/>\n",
13+
"<a href=\"https://mybinder.org/v2/gh/geo-python/notebooks/master?urlpath=lab/tree/L3/conditional-statements.ipynb\"><img alt=\"Binder badge\" src=\"https://img.shields.io/badge/launch-binder-red.svg\" style=\"vertical-align:text-bottom\"></a>\n",
1314
"\n",
1415
"\n",
1516
"## Sources\n",
@@ -424,7 +425,7 @@
424425
"name": "python",
425426
"nbconvert_exporter": "python",
426427
"pygments_lexer": "ipython3",
427-
"version": "3.7.3"
428+
"version": "3.7.4"
428429
}
429430
},
430431
"nbformat": 4,

L3/for-loops.ipynb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
"University of Helsinki students are encouraged to use the CSC Notebooks platform.<br/>\n",
1010
"<a href=\"https://notebooks.csc.fi/#/blueprint/7e62ac3bddf74483b7ac7333721630e2\"><img alt=\"CSC badge\" src=\"https://img.shields.io/badge/launch-CSC%20notebook-blue.svg\" style=\"vertical-align:text-bottom\"></a>\n",
1111
"\n",
12-
"In this lesson we introduce loops as a way of repeating parts of a script, such as iterating over all of the items in a Python list and performing a calculation on each item.\n",
12+
"Others can follow the lesson and fill in their student notebooks using Binder.<br/>\n",
13+
"<a href=\"https://mybinder.org/v2/gh/geo-python/notebooks/master?urlpath=lab/tree/L3/for-loops.ipynb\"><img alt=\"Binder badge\" src=\"https://img.shields.io/badge/launch-binder-red.svg\" style=\"vertical-align:text-bottom\"></a>\n",
1314
"\n",
1415
"## Sources\n",
1516
"\n",

0 commit comments

Comments
 (0)