You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: notebooks/lab-6/lab6-part1-numpy.ipynb
+17Lines changed: 17 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,15 @@
7
7
"# Lab 6: NumPy and Image Processing (Part 1!)"
8
8
]
9
9
},
10
+
{
11
+
"cell_type": "markdown",
12
+
"metadata": {},
13
+
"source": [
14
+
"## Starter Code\n",
15
+
"\n",
16
+
"This portion of the lab involves processing a few images. **Download the starter code to have access to those images: [https://drive.google.com/open?id=1se0J5yFRWj-Y7mv9KhUO5xv04a7s84fZ](https://drive.google.com/open?id=1se0J5yFRWj-Y7mv9KhUO5xv04a7s84fZ)**."
17
+
]
18
+
},
10
19
{
11
20
"cell_type": "markdown",
12
21
"metadata": {},
@@ -689,6 +698,14 @@
689
698
"> \\*shocked unicorn reaccs only\\*"
690
699
]
691
700
},
701
+
{
702
+
"cell_type": "markdown",
703
+
"metadata": {},
704
+
"source": [
705
+
"## Credit\n",
706
+
"The `numpy` and image filter tasks were written by @coopermj with modifications by @psarin for safety. The ASCII problem was written by @psarin."
0 commit comments