Skip to content

Commit 409810c

Browse files
authored
Merge pull request amueller#43 from blinkeye/issue/37
fix amueller#37: display(panda DataFrame) throws a TypeError: 'module' object…
2 parents dbd8661 + 4f3c625 commit 409810c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

01-introduction.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@
304304
],
305305
"source": [
306306
"import pandas as pd\n",
307-
"from IPython import display\n",
307+
"from IPython.display import display\n",
308308
"\n",
309309
"# create a simple dataset of people\n",
310310
"data = {'Name': [\"John\", \"Anna\", \"Peter\", \"Linda\"],\n",

0 commit comments

Comments
 (0)