natanielruiz
2017-08-13 e306e86e925e4211c1c2d2f68de45d5e55f3e215
practice/load_AFLW.ipynb
@@ -2,7 +2,7 @@
 "cells": [
  {
   "cell_type": "code",
   "execution_count": 22,
   "execution_count": 1,
   "metadata": {
    "collapsed": true
   },
@@ -23,7 +23,7 @@
  },
  {
   "cell_type": "code",
   "execution_count": 23,
   "execution_count": 2,
   "metadata": {
    "collapsed": true
   },
@@ -36,7 +36,7 @@
  },
  {
   "cell_type": "code",
   "execution_count": 24,
   "execution_count": 3,
   "metadata": {
    "collapsed": false
   },
@@ -128,7 +128,8 @@
    "        raise ValueError('Error: I cannot find the file specified: ' + str(input_path))\n",
    "\n",
    "#Once finished the iteration it closes the database\n",
    "c.close()"
    "c.close()\n",
    "print 'Done'"
   ]
  },
  {