Skip to content

Commit c71cbae

Browse files
committed
posted A1
1 parent c1bc4ee commit c71cbae

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

_data/schedules.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ lectures:
99
notes:
1010
- title: "Demo"
1111
link: "resources/archives/FA25/lec1demo.ipynb"
12-
# assignments:
13-
# - title: "A1"
14-
# link: "resources/assignments/lec1_release.ipynb"
15-
# - title: "A1 (solution)"
16-
# link: "resources/assignments/solution/lec1_solution.ipynb"
12+
assignments:
13+
- title: "A1"
14+
link: "https://drive.google.com/file/d/1uBZwoiOG8V1KE6Z56r0rqRW_XFZRO0Nf/view?usp=sharing"
15+
# - title: "A1 (solution)"
16+
# link: "resources/assignments/solution/lec1_solution.ipynb"
1717
######################################## Week 2 #########################################
1818
- date: 2026-02-18
1919
title: "Lecture 2: Data Manipulation"

_includes/core/schedule.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ <h3>{{ schedule.title }}</h3>
7474
{% if lec.assignments %}
7575
<td>
7676
{% for assignment in lec.assignments %}
77-
<a href="{{ assignment.link }}" download>{{ assignment.title }}</a><br />
77+
<a href="{{ assignment.link }}" >{{ assignment.title }}</a><br />
7878
{% endfor %}
7979
</td>
8080
{% else %}

0 commit comments

Comments
 (0)