Skip to content

Commit dceb440

Browse files
committed
fix display imports
1 parent c7ff849 commit dceb440

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend_inline.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
from matplotlib._pylab_helpers import Gcf
1616

1717
from IPython.core.getipython import get_ipython
18-
from IPython.core.display import display
18+
from IPython.display import display
1919

2020
from .config import InlineBackend
2121

0 commit comments

Comments
 (0)