File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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"
Original file line number Diff line number Diff 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 %}
You can’t perform that action at this time.
0 commit comments