Skip to content

Commit 44f0037

Browse files
authored
Fixing deprecation warning related to a import of the backend_inline (#3984)
1 parent 4268105 commit 44f0037

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/ipywidgets/ipywidgets/widgets/interaction.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def show_inline_matplotlib_plots():
4141

4242
try:
4343
import matplotlib as mpl
44-
from ipykernel.pylab.backend_inline import flush_figures
44+
from matplotlib_inline.backend_inline import flush_figures
4545
except ImportError:
4646
return
4747

0 commit comments

Comments
 (0)