Add curl and wget links for IPython nose plugin
authorJon Speicher <jon.speicher@gmail.com>
Sat, 27 Jul 2013 15:54:51 +0000 (11:54 -0400)
committerW. Trevor King <wking@tremily.us>
Sat, 9 Nov 2013 18:27:51 +0000 (10:27 -0800)
python/sw_engineering/SoftwareEngineering.ipynb

index a7b3f9f1bb89124a16f313db79af08379002b233..74d261c015fd8600045f1a9c0d54e3972a17ac13 100644 (file)
       "There is a plugin for the IPython notebook that runs `nose` and produces colored cells and tracebacks within the notebooks themselves. The plugin is included in the directory containing this notebook."
      ]
     },
+    {
+     "cell_type": "markdown",
+     "metadata": {},
+     "source": [
+      "***\n",
+      "**Aside: Getting the plugin**\n",
+      "\n",
+      "If you don't have a clone of the git repo for this workshop, grab the nose plugin now."
+     ]
+    },
+    {
+     "cell_type": "markdown",
+     "metadata": {},
+     "source": [
+      "**OS X:**"
+     ]
+    },
+    {
+     "cell_type": "code",
+     "collapsed": false,
+     "input": [
+      "!curl -OLk https://github.com/swcarpentry/boot-camps/raw/2013-07-cmu/python/sw_engineering/ipython_nose.py"
+     ],
+     "language": "python",
+     "metadata": {},
+     "outputs": []
+    },
+    {
+     "cell_type": "markdown",
+     "metadata": {},
+     "source": [
+      "**Linux/Windows:**"
+     ]
+    },
+    {
+     "cell_type": "code",
+     "collapsed": false,
+     "input": [
+      "!wget https://github.com/swcarpentry/boot-camps/raw/2013-07-cmu/python/sw_engineering/ipython_nose.py"
+     ],
+     "language": "python",
+     "metadata": {},
+     "outputs": []
+    },
+    {
+     "cell_type": "markdown",
+     "metadata": {},
+     "source": [
+      "***"
+     ]
+    },
+    {
+     "cell_type": "markdown",
+     "metadata": {},
+     "source": [
+      "Let's run the plugin."
+     ]
+    },
     {
      "cell_type": "code",
      "collapsed": false,