Investigation into unknown word probabilities
[cipher-tools.git] / challenge7.ipynb
index 23723c2ceedc29c9b2651d83928c5d91f23d0d41..d7d18f4e9dc27aae1d0e35f9d57d3342eef5423e 100644 (file)
@@ -11,9 +11,6 @@
      "cell_type": "code",
      "collapsed": false,
      "input": [
-      "%matplotlib inline\n",
-      "import matplotlib.pyplot as plt\n",
-      "\n",
       "from cipherbreak import *\n",
       "with open('2013/mona-lisa-words.txt') as f:\n",
       "    mlwords = [line.rstrip() for line in f]\n",