From 5db5e851cdb4f3a151f3db8cd9f05708505ec97d Mon Sep 17 00:00:00 2001 From: Firas Moosvi Date: Sun, 20 Sep 2020 19:16:26 -0700 Subject: [PATCH] simplify Slido Clicker --- class/week01/lecture2.ipynb | 40 +++++++++++++++++++++------------- class/week04/week04_summary.md | 9 +++++++- 2 files changed, 33 insertions(+), 16 deletions(-) diff --git a/class/week01/lecture2.ipynb b/class/week01/lecture2.ipynb index 14a790e..7abbf58 100644 --- a/class/week01/lecture2.ipynb +++ b/class/week01/lecture2.ipynb @@ -629,7 +629,7 @@ }, { "cell_type": "code", - "execution_count": 3, + "execution_count": 7, "metadata": { "slideshow": { "slide_type": "subslide" @@ -650,10 +650,10 @@ " " ], "text/plain": [ - "" + "" ] }, - "execution_count": 3, + "execution_count": 7, "metadata": {}, "output_type": "execute_result" } @@ -711,7 +711,7 @@ " " ], "text/plain": [ - "" + "" ] }, "execution_count": 4, @@ -747,7 +747,7 @@ }, { "cell_type": "code", - "execution_count": 1, + "execution_count": 5, "metadata": { "slideshow": { "slide_type": "fragment" @@ -755,15 +755,25 @@ }, "outputs": [ { - "ename": "NameError", - "evalue": "name 'IFrame' is not defined", - "output_type": "error", - "traceback": [ - "\u001b[0;31m---------------------------------------------------------------------------\u001b[0m", - "\u001b[0;31mNameError\u001b[0m Traceback (most recent call last)", - "\u001b[0;32m\u001b[0m in \u001b[0;36m\u001b[0;34m\u001b[0m\n\u001b[0;32m----> 1\u001b[0;31m \u001b[0mIFrame\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0;34m'https://ubc.ca1.qualtrics.com/jfe/form/SV_eboA3fyVCFkhixn'\u001b[0m\u001b[0;34m,\u001b[0m\u001b[0mwidth\u001b[0m\u001b[0;34m=\u001b[0m\u001b[0;36m750\u001b[0m\u001b[0;34m,\u001b[0m\u001b[0mheight\u001b[0m\u001b[0;34m=\u001b[0m\u001b[0;36m1300\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0m", - "\u001b[0;31mNameError\u001b[0m: name 'IFrame' is not defined" - ] + "data": { + "text/html": [ + "\n", + " \n", + " " + ], + "text/plain": [ + "" + ] + }, + "execution_count": 5, + "metadata": {}, + "output_type": "execute_result" } ], "source": [ @@ -839,7 +849,7 @@ }, { "cell_type": "code", - "execution_count": 8, + "execution_count": 6, "metadata": { "slideshow": { "slide_type": "skip" diff --git a/class/week04/week04_summary.md b/class/week04/week04_summary.md index 7624038..12b3e02 100755 --- a/class/week04/week04_summary.md +++ b/class/week04/week04_summary.md @@ -10,4 +10,11 @@ This week in the lecture we will go through the following worksheet and clicker ## PhET Simulation - \ No newline at end of file + + +## Drawing Molecules with MarvinJS + +More [details about MarvinJS here](https://chemaxon.com/products/marvin-js) + +