You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lessons/1_Functions_and_Conditionals.ipynb
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,8 @@
27
27
"🎬 **Demo**: Showing off something more advanced – so you know what Python can be used for!<br>\n",
28
28
"\n",
29
29
"### Sections\n",
30
-
"1. [Functions and Arguments](#func) \n",
30
+
"1. [This Workshop](#this)\n",
31
+
"2. [Functions and Arguments](#func) \n",
31
32
"2. [Writing Your Own Functions](#write)\n",
32
33
"3. [Conditionals](#cond)\n",
33
34
"4. [Booleans](#bool)\n",
@@ -38,6 +39,7 @@
38
39
"cell_type": "markdown",
39
40
"metadata": {},
40
41
"source": [
42
+
"<a id='this'></a>\n",
41
43
"# This Workshop\n",
42
44
"\n",
43
45
"This three-part interactive workshop series is a follow-up to D-Lab's Python Fundamentals. It is intended for people who want to learn about the core structures of Python that underpin common operations for **data analysis.**"
0 commit comments