Added notes for day 8
[ou-summer-of-code-2017.git] / 08-word-chains / explore-word-chain7.ipynb
index ad49340bec7ec3b535175ea2a3b178f1d48cea87..c4ccd75e1b79c7fb5e139d9738ab0e828f80706f 100644 (file)
@@ -99,7 +99,9 @@
   {
    "cell_type": "code",
    "execution_count": 10,
-   "metadata": {},
+   "metadata": {
+    "collapsed": true
+   },
    "outputs": [],
    "source": [
     "# neighbours = {w: [n for n in adjacents(w) if n in words]\n",
   {
    "cell_type": "code",
    "execution_count": 17,
-   "metadata": {},
+   "metadata": {
+    "collapsed": true
+   },
    "outputs": [],
    "source": [
     "worddict = {w: True for w in words}\n",
    "name": "python",
    "nbconvert_exporter": "python",
    "pygments_lexer": "ipython3",
-   "version": "3.5.2+"
+   "version": "3.5.3"
   }
  },
  "nbformat": 4,