generated from ubco-cmps/mds_course_template
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
131 additions
and
122 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 | ||
} |