Skip to content

Commit 9274177

Browse files
committed
edits 1
1 parent c217b9f commit 9274177

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lessons/1_Functions_and_Conditionals.ipynb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@
2727
"🎬 **Demo**: Showing off something more advanced – so you know what Python can be used for!<br>\n",
2828
"\n",
2929
"### Sections\n",
30-
"1. [Functions and Arguments](#func) \n",
30+
"1. [This Workshop](#this)\n",
31+
"2. [Functions and Arguments](#func) \n",
3132
"2. [Writing Your Own Functions](#write)\n",
3233
"3. [Conditionals](#cond)\n",
3334
"4. [Booleans](#bool)\n",
@@ -38,6 +39,7 @@
3839
"cell_type": "markdown",
3940
"metadata": {},
4041
"source": [
42+
"<a id='this'></a>\n",
4143
"# This Workshop\n",
4244
"\n",
4345
"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

Comments
 (0)