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.
1 parent a0b5693 commit 4285671Copy full SHA for 4285671
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