diff --git a/tv-script-generation/.ipynb_checkpoints/dlnd_tv_script_generation-checkpoint.ipynb b/tv-script-generation/.ipynb_checkpoints/dlnd_tv_script_generation-checkpoint.ipynb index de7b75f..2a55cc9 100644 --- a/tv-script-generation/.ipynb_checkpoints/dlnd_tv_script_generation-checkpoint.ipynb +++ b/tv-script-generation/.ipynb_checkpoints/dlnd_tv_script_generation-checkpoint.ipynb @@ -15,7 +15,7 @@ }, { "cell_type": "code", - "execution_count": 64, + "execution_count": 1, "metadata": { "collapsed": false, "deletable": true, @@ -47,7 +47,7 @@ }, { "cell_type": "code", - "execution_count": 14, + "execution_count": 2, "metadata": { "collapsed": false, "deletable": true, @@ -104,9 +104,37 @@ "print('\\n'.join(text.split('\\n')[view_sentence_range[0]:view_sentence_range[1]]))" ] }, + { + "cell_type": "code", + "execution_count": 13, + "metadata": { + "collapsed": false + }, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "00:00.0 Host bridge: Intel Corporation 440FX - 82441FX PMC [Natoma] (rev 02)\r\n", + "00:01.0 ISA bridge: Intel Corporation 82371SB PIIX3 ISA [Natoma/Triton II]\r\n", + "00:01.1 IDE interface: Intel Corporation 82371SB PIIX3 IDE [Natoma/Triton II]\r\n", + "00:01.3 Bridge: Intel Corporation 82371AB/EB/MB PIIX4 ACPI (rev 01)\r\n", + "00:02.0 VGA compatible controller: Cirrus Logic GD 5446\r\n", + "00:03.0 VGA compatible controller: NVIDIA Corporation GK104GL [GRID K520] (rev a1)\r\n", + "00:1f.0 Unassigned class [ff80]: XenSource, Inc. Xen Platform Device (rev 01)\r\n" + ] + } + ], + "source": [ + "!lspci" + ] + }, { "cell_type": "markdown", - "metadata": {}, + "metadata": { + "deletable": true, + "editable": true + }, "source": [ "#### Exploring Sentence Lengths \n", "\n", @@ -115,9 +143,11 @@ }, { "cell_type": "code", - "execution_count": 320, + "execution_count": 10, "metadata": { - "collapsed": false + "collapsed": false, + "deletable": true, + "editable": true }, "outputs": [ { @@ -126,7 +156,7 @@ "\n", "
\n", " \n", - " Loading BokehJS ...\n", + " Loading BokehJS ...\n", "
" ] }, @@ -174,7 +204,7 @@ "\n", " function display_loaded() {\n", " if (window.Bokeh !== undefined) {\n", - " document.getElementById(\"ac8cada1-716f-46a2-a8f6-437383d8c041\").textContent = \"BokehJS successfully loaded.\";\n", + " document.getElementById(\"5d944cec-21f7-43a6-9d66-027ae50d0773\").textContent = \"BokehJS successfully loaded.\";\n", " } else if (Date.now() < window._bokeh_timeout) {\n", " setTimeout(display_loaded, 100)\n", " }\n", @@ -216,9 +246,9 @@ " console.log(\"Bokeh: injecting script tag for BokehJS library: \", url);\n", " document.getElementsByTagName(\"head\")[0].appendChild(s);\n", " }\n", - " };var element = document.getElementById(\"ac8cada1-716f-46a2-a8f6-437383d8c041\");\n", + " };var element = document.getElementById(\"5d944cec-21f7-43a6-9d66-027ae50d0773\");\n", " if (element == null) {\n", - " console.log(\"Bokeh: ERROR: autoload.js configured with elementid 'ac8cada1-716f-46a2-a8f6-437383d8c041' but no matching script tag was found. \")\n", + " console.log(\"Bokeh: ERROR: autoload.js configured with elementid '5d944cec-21f7-43a6-9d66-027ae50d0773' but no matching script tag was found. \")\n", " return false;\n", " }\n", "\n", @@ -231,7 +261,7 @@ " \n", " function(Bokeh) {\n", " \n", - " document.getElementById(\"ac8cada1-716f-46a2-a8f6-437383d8c041\").textContent = \"BokehJS is loading...\";\n", + " document.getElementById(\"5d944cec-21f7-43a6-9d66-027ae50d0773\").textContent = \"BokehJS is loading...\";\n", " },\n", " function(Bokeh) {\n", " console.log(\"Bokeh: injecting CSS: https://cdn.pydata.org/bokeh/release/bokeh-0.12.4.min.css\");\n", @@ -254,7 +284,7 @@ " console.log(\"Bokeh: BokehJS failed to load within specified timeout.\");\n", " window._bokeh_failed_load = true;\n", " } else if (force !== true) {\n", - " var cell = $(document.getElementById(\"ac8cada1-716f-46a2-a8f6-437383d8c041\")).parents('.cell').data().cell;\n", + " var cell = $(document.getElementById(\"5d944cec-21f7-43a6-9d66-027ae50d0773\")).parents('.cell').data().cell;\n", " cell.output_area.append_execute_result(NB_LOAD_WARNING)\n", " }\n", "\n", @@ -281,7 +311,7 @@ "\n", "\n", "
\n", - "
\n", + "
\n", "
\n", "