We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9e2b310 + 4285671 commit 0135b51Copy full SHA for 0135b51
openpmd_viewer/openpmd_timeseries/interactive.py
@@ -13,7 +13,7 @@
13
try:
14
from ipywidgets import widgets, __version__
15
ipywidgets_version = int(__version__[0])
16
- from IPython.core.display import display, clear_output
+ from IPython.display import display, clear_output
17
import matplotlib
18
import matplotlib.pyplot as plt
19
dependencies_installed = True
0 commit comments