Skip to content

Commit 9b711c5

Browse files
Updated Day 2 notebooks, including instructor version and blank copy; updated TOC and index page
1 parent 9dfee00 commit 9b711c5

4 files changed

Lines changed: 2117 additions & 389 deletions

File tree

site/_toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ parts:
1414
title: Overview
1515
- file: "lessons/APL_SURP_Python_course_Notebook_1.ipynb"
1616
title: Day 1
17-
- file: "lessons/APL_SURP_Python_course_Notebook_2_blank_copy.ipynb"
17+
- file: "lessons/APL_SURP_Python_course_Notebook_2.ipynb"
1818
title: Day 2
1919
- caption: Other resources
2020
chapters:

site/lessons/APL_SURP_Python_course_Notebook_2.ipynb

Lines changed: 2107 additions & 0 deletions
Large diffs are not rendered by default.

site/lessons/APL_SURP_Python_course_Notebook_2_blank_copy.ipynb

Lines changed: 1 addition & 386 deletions
Large diffs are not rendered by default.

site/lessons/index.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,20 @@
44
<img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"/>
55
</a>
66

7-
* To open a blank notebook copy: <a target="_blank" href="https://colab.research.google.com/github/UW-APL-SURP/aplsurp-python/blob/main/site/lessons/APL_SURP_Python_course_Notebook_1_blank_copy.ipynb">
7+
* To open a blank copy: <a target="_blank" href="https://colab.research.google.com/github/UW-APL-SURP/aplsurp-python/blob/main/site/lessons/APL_SURP_Python_course_Notebook_1_blank_copy.ipynb">
88
<img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"/>
99
</a>
1010

11-
2. [Day 2](APL_SURP_Python_course_Notebook_2_blank_copy.ipynb): 2-D arrays, tabular data, plotting, and more <a target="_blank" href="https://colab.research.google.com/github/UW-APL-SURP/aplsurp-python/blob/main/site/lessons/APL_SURP_Python_course_Notebook_2_blank_copy.ipynb">
11+
2. [Day 2](APL_SURP_Python_course_Notebook_2.ipynb): 2-D arrays, tabular data, datetimes, and more <a target="_blank" href="https://colab.research.google.com/github/UW-APL-SURP/aplsurp-python/blob/main/site/lessons/APL_SURP_Python_course_Notebook_2.ipynb">
1212
<img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"/>
1313
</a>
1414

15+
* To open a blank copy: <a target="_blank" href="https://colab.research.google.com/github/UW-APL-SURP/aplsurp-python/blob/main/site/lessons/APL_SURP_Python_course_Notebook_2_blank_copy.ipynb">
16+
<img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"/>
17+
</a>
18+
19+
3. Day 3: Coming soon
20+
1521
More lessons will be added to this page throughout the summer.
1622

1723
To learn about Python topics in more detail, see the external lessons we've curated in the [Complementary lesssons page](../complementary_lessons) and the [Advanced examples page](../advancedexamples).

0 commit comments

Comments
 (0)