Skip to content

Commit

Permalink
update quiz 1 schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
firasm committed Sep 25, 2020
1 parent 41cabf9 commit 31734d0
Show file tree
Hide file tree
Showing 3 changed files with 131 additions and 122 deletions.
4 changes: 2 additions & 2 deletions about/course_schedule.md
Expand Up @@ -8,8 +8,8 @@ Course Schedule
| 2 | Monday September 14 | Python Conditions and Loops | Lecture 2 |
| 3 | Wednesday September 16 | Python Lists, Tuples, Dictionaries, and Functions | Lecture 3 |
| 4 | Monday September 21 | Python File I/O and Exceptions, Modules and Objects | Lecture 4 |
| 5 | Wednesday September 23 | Quiz 1 | Lecture 5 |
| 6 | Monday September 28 | Introduction to R and the tidyverse | Lecture 6 |
| 5 | Wednesday September 23 | Introduction to R and the tidyverse | Lecture 5 |
| 6 | Monday September 28 | Quiz 1 | Lecture 6 |
| 7 | Wednesday September 30 | R Data Structures: Vectors, Lists, Matrices, and Data Frames | Lecture 7 |
| 8 | Monday October 5 | R Hypothesis Testing and Linear Regression | Lecture 8 |
| 9 | Wednesday October 7 | Quiz 2 | Lecture 9 |
Expand Down
25 changes: 17 additions & 8 deletions class/lecture4.ipynb
Expand Up @@ -8,21 +8,21 @@
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"In this class, we will watch the last lecture on Python\n",
" by Dr. Mike Gelbart, option co-director of the UBC-Vancouver MDS program."
],
"cell_type": "markdown",
"metadata": {}
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"<div class=\"container\">\n",
"<iframe class=\"responsive-iframe\" height=\"350px\" width=\"622px\" src=\"https://www.youtube.com/embed/J0s7mogIhQM\" frameborder=\"0\" allow=\"accelerometer; autoplay=\"0\"; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>\n",
"</div>"
],
"cell_type": "markdown",
"metadata": {}
]
},
{
"cell_type": "code",
Expand Down Expand Up @@ -1789,6 +1789,7 @@
"cell_type": "code",
"execution_count": 90,
"metadata": {
"collapsed": false,
"jupyter": {
"outputs_hidden": false
}
Expand Down Expand Up @@ -1987,6 +1988,7 @@
"cell_type": "code",
"execution_count": 95,
"metadata": {
"collapsed": false,
"jupyter": {
"outputs_hidden": false
}
Expand Down Expand Up @@ -2050,6 +2052,7 @@
"cell_type": "code",
"execution_count": 97,
"metadata": {
"collapsed": false,
"jupyter": {
"outputs_hidden": false
}
Expand Down Expand Up @@ -2120,6 +2123,7 @@
"cell_type": "code",
"execution_count": 98,
"metadata": {
"collapsed": false,
"jupyter": {
"outputs_hidden": false
}
Expand Down Expand Up @@ -2179,6 +2183,7 @@
"cell_type": "code",
"execution_count": 100,
"metadata": {
"collapsed": false,
"jupyter": {
"outputs_hidden": false
}
Expand Down Expand Up @@ -2332,6 +2337,7 @@
"cell_type": "code",
"execution_count": 105,
"metadata": {
"collapsed": false,
"jupyter": {
"outputs_hidden": false
}
Expand Down Expand Up @@ -2392,6 +2398,7 @@
"cell_type": "code",
"execution_count": 107,
"metadata": {
"collapsed": false,
"jupyter": {
"outputs_hidden": false
}
Expand Down Expand Up @@ -2432,6 +2439,7 @@
"cell_type": "code",
"execution_count": 108,
"metadata": {
"collapsed": false,
"jupyter": {
"outputs_hidden": false
}
Expand All @@ -2457,6 +2465,7 @@
"cell_type": "code",
"execution_count": 109,
"metadata": {
"collapsed": false,
"jupyter": {
"outputs_hidden": false
}
Expand Down Expand Up @@ -2646,9 +2655,9 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.3-final"
"version": "3.8.3"
}
},
"nbformat": 4,
"nbformat_minor": 4
}
}
224 changes: 112 additions & 112 deletions class/test_notebook.ipynb
@@ -1,119 +1,119 @@
{
"cells": [
{
"cell_type": "markdown",
"source": [
"# Content with notebooks\n",
"\n",
"You can also create content with Jupyter Notebooks. This means that you can include\n",
"code blocks and their outputs in your book."
],
"metadata": {}
},
{
"cell_type": "code",
"source": [
"for i in range(10):\n",
" print('The number is {0}'.format(i))"
],
"outputs": [
{
"output_type": "stream",
"name": "stdout",
"text": [
"The number is 0\n",
"The number is 1\n",
"The number is 2\n",
"The number is 3\n",
"The number is 4\n",
"The number is 5\n",
"The number is 6\n",
"The number is 7\n",
"The number is 8\n",
"The number is 9\n"
]
}
],
"execution_count": 1,
"metadata": {
"execution": {
"iopub.status.busy": "2020-09-01T00:37:44.558Z",
"iopub.execute_input": "2020-09-01T00:37:44.562Z",
"iopub.status.idle": "2020-09-01T00:37:44.570Z",
"shell.execute_reply": "2020-09-01T00:37:44.573Z"
}
}
},
{
"cell_type": "markdown",
"source": [
"## IFrame Test"
],
"metadata": {}
},
{
"cell_type": "markdown",
"source": [
"<div>\n",
"<iframe src=\"https://cbc.ca\" width = \"1000px\" height = \"600px\"> </iframe>\n",
"</div>"
],
"metadata": {
"nteract": {
"transient": {
"deleting": false
}
}
}
},
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# Content with notebooks\n",
"\n",
"You can also create content with Jupyter Notebooks. This means that you can include\n",
"code blocks and their outputs in your book."
]
},
{
"cell_type": "code",
"execution_count": 1,
"metadata": {
"execution": {
"iopub.execute_input": "2020-09-01T00:37:44.562Z",
"iopub.status.busy": "2020-09-01T00:37:44.558Z",
"iopub.status.idle": "2020-09-01T00:37:44.570Z",
"shell.execute_reply": "2020-09-01T00:37:44.573Z"
}
},
"outputs": [
{
"cell_type": "code",
"source": [],
"outputs": [],
"execution_count": null,
"metadata": {
"collapsed": true,
"jupyter": {
"source_hidden": false,
"outputs_hidden": false
},
"nteract": {
"transient": {
"deleting": false
}
}
}
"name": "stdout",
"output_type": "stream",
"text": [
"The number is 0\n",
"The number is 1\n",
"The number is 2\n",
"The number is 3\n",
"The number is 4\n",
"The number is 5\n",
"The number is 6\n",
"The number is 7\n",
"The number is 8\n",
"The number is 9\n"
]
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"language": "python",
"name": "python3"
},
"language_info": {
"name": "python",
"version": "3.8.3",
"mimetype": "text/x-python",
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"pygments_lexer": "ipython3",
"nbconvert_exporter": "python",
"file_extension": ".py"
},
],
"source": [
"for i in range(10):\n",
" print(\"The number is {0}\".format(i))"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## IFrame Test"
]
},
{
"cell_type": "markdown",
"metadata": {
"nteract": {
"version": "0.24.1"
"transient": {
"deleting": false
}
}
},
"source": [
"<div>\n",
"<iframe src=\"https://cbc.ca\" width = \"1000px\" height = \"600px\"> </iframe>\n",
"</div>"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"collapsed": true,
"jupyter": {
"outputs_hidden": true,
"source_hidden": false
},
"widgets": {
"application/vnd.jupyter.widget-state+json": {
"state": {},
"version_major": 2,
"version_minor": 0
}
"nteract": {
"transient": {
"deleting": false
}
}
},
"outputs": [],
"source": []
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.3"
},
"nteract": {
"version": "0.24.1"
},
"nbformat": 4,
"nbformat_minor": 4
}
"widgets": {
"application/vnd.jupyter.widget-state+json": {
"state": {},
"version_major": 2,
"version_minor": 0
}
}
},
"nbformat": 4,
"nbformat_minor": 4
}

0 comments on commit 31734d0

Please sign in to comment.