Skip to content

Commit a140296

Browse files
committed
Minor modifications for credits, etc.
1 parent de8773b commit a140296

File tree

2 files changed

+23
-5
lines changed

2 files changed

+23
-5
lines changed

notebooks/lab-6/lab6-part1-numpy.ipynb

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@
77
"# Lab 6: NumPy and Image Processing (Part 1!)"
88
]
99
},
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+
},
1019
{
1120
"cell_type": "markdown",
1221
"metadata": {},
@@ -689,6 +698,14 @@
689698
"> \\*shocked unicorn reaccs only\\*"
690699
]
691700
},
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."
707+
]
708+
},
692709
{
693710
"cell_type": "markdown",
694711
"metadata": {},

notebooks/lab-6/lab6-part2-oop.ipynb

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -438,15 +438,16 @@
438438
"cell_type": "markdown",
439439
"metadata": {},
440440
"source": [
441-
"> With <3 by @sredmond (minor modifications by @coopermj)"
441+
"## Credits\n",
442+
"Most of this lab was written by @sredmond with modifications by @coopermj."
442443
]
443444
},
444445
{
445-
"cell_type": "code",
446-
"execution_count": null,
446+
"cell_type": "markdown",
447447
"metadata": {},
448-
"outputs": [],
449-
"source": []
448+
"source": [
449+
"> With &#129412; by @psarin and @coopermj"
450+
]
450451
}
451452
],
452453
"metadata": {

0 commit comments

Comments
 (0)