Skip to content

Commit 611a15b

Browse files
fix: import display.display not display
1 parent 63b9492 commit 611a15b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test_notebooks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def test_notebook(self):
5454

5555
# create namespace with IPython standards
5656
namespace = dict()
57-
exec('from IPython import display', namespace)
57+
exec('from IPython.display import display', namespace)
5858

5959
# run all cells
6060
i = 0

0 commit comments

Comments
 (0)