Skip to content

Commit 4f3c625

Browse files
author
Reto Glauser
committed
fix amueller#37: display(panda DataFrame) throws a TypeError: 'module' object is not callable
1 parent dbd8661 commit 4f3c625

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)