Skip to content

Commit 0135b51

Browse files
authored
Merge pull request #410 from RemiLehe/fix_deprecated_ipython
Close #402 Fix deprecated ipython command
2 parents 9e2b310 + 4285671 commit 0135b51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openpmd_viewer/openpmd_timeseries/interactive.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
try:
1414
from ipywidgets import widgets, __version__
1515
ipywidgets_version = int(__version__[0])
16-
from IPython.core.display import display, clear_output
16+
from IPython.display import display, clear_output
1717
import matplotlib
1818
import matplotlib.pyplot as plt
1919
dependencies_installed = True

0 commit comments

Comments
 (0)