We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 225ef0a commit 7ba01c4Copy full SHA for 7ba01c4
hw_1.md
@@ -56,3 +56,7 @@ Now [turn in the assignment](assignments.md).
56
## Participation
57
58
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
@@ -13,7 +13,11 @@
13
"source": [
14
"# Lecture 2: Manipulating and combining data\n",
15
"\n",
16
- "_Please sign attendance sheet_"
+ "{% 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 %}"
21
]
22
},
23
{
0 commit comments