Skip to content

Commit

Permalink
Import Pandas in HDF5 IPython notebook. Fix for issue #2247
Browse files Browse the repository at this point in the history
  • Loading branch information
tiangolo authored and shelhamer committed Apr 27, 2015
1 parent 69f32ba commit 4202c16
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/hdf5_classification.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"collapsed": false,
"input": [
"import numpy as np\n",
"import pandas as pd\n",
"import matplotlib.pyplot as plt\n",
"%matplotlib inline\n",
"\n",
Expand Down

0 comments on commit 4202c16

Please sign in to comment.