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 0909d57 commit 49af568Copy full SHA for 49af568
openpmd_viewer/openpmd_timeseries/interactive.py
@@ -527,7 +527,8 @@ def step_bw(b):
527
elif self.avail_species is None:
528
display(container_fld)
529
elif self.avail_fields is None:
530
- display(container_ptcl)
+ display(container)
531
+ display(accord2)
532
display(container_ptcl)
533
"""
534
# When using %matplotlib widget, display the figures at the end
0 commit comments