Skip to content

Commit 2f660f7

Browse files
authored
Merge pull request #185 from rjleveque/nbtools_display
nbtools.py - fixed IPython.display import
2 parents 5d37867 + 12afc89 commit 2f660f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/python/clawutil/nbtools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
from __future__ import absolute_import
66
from __future__ import print_function
7-
from IPython.core.display import display
7+
from IPython.display import display
88
try:
99
from IPython.display import FileLink
1010
except:

0 commit comments

Comments
 (0)