Skip to content

Commit 7ba01c4

Browse files
committed
link to lecture 2 instructions
1 parent 225ef0a commit 7ba01c4

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

hw_1.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,3 +56,7 @@ Now [turn in the assignment](assignments.md).
5656
## Participation
5757

5858
Reminder about the [between-class participation requirement](syllabus.md#participation).
59+
60+
{% if id == "nyu" -%}
61+
## [Lecture 2 instructions](https://edstem.org/us/courses/76318/discussion/6462523)
62+
{%- endif %}

lecture_2.ipynb

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,11 @@
1313
"source": [
1414
"# Lecture 2: Manipulating and combining data\n",
1515
"\n",
16-
"_Please sign attendance sheet_"
16+
"{% if id == \"nyu\" -%}\n",
17+
"[Instructions](https://edstem.org/us/courses/76318/discussion/6462523)\n",
18+
"{%- else -%}\n",
19+
"_Please sign attendance sheet_\n",
20+
"{%- endif %}"
1721
]
1822
},
1923
{

0 commit comments

Comments
 (0)