Skip to content

Commit 7dd462a

Browse files
committed
Remove unneeded import of IPython.display.display
This is built-in in newer versions of IPython.
1 parent 46b3664 commit 7dd462a

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

doc/code-cells.ipynb

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -165,15 +165,6 @@
165165
"TODO: tables? e.g. Pandas DataFrame?"
166166
]
167167
},
168-
{
169-
"cell_type": "code",
170-
"execution_count": null,
171-
"metadata": {},
172-
"outputs": [],
173-
"source": [
174-
"from IPython.display import display"
175-
]
176-
},
177168
{
178169
"cell_type": "markdown",
179170
"metadata": {},
@@ -600,7 +591,7 @@
600591
"name": "python",
601592
"nbconvert_exporter": "python",
602593
"pygments_lexer": "ipython3",
603-
"version": "3.6.7"
594+
"version": "3.7.1"
604595
}
605596
},
606597
"nbformat": 4,

0 commit comments

Comments
 (0)