Skip to content

Commit 4285671

Browse files
committed
Fix deprecated ipython command
1 parent a0b5693 commit 4285671

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)