You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The function dlink from package traitlets provides the ability to link the attributes of 2 widgets. For instance we could link the time sliders of two different simulation.
However, in order to do so, I think the method slider of OpenPMDTimeSeries needs to return the slider, not just display it, but this can easily be changed in openPMD-viewer. I'll investigate this.
The text was updated successfully, but these errors were encountered:
The function
dlink
from packagetraitlets
provides the ability to link the attributes of 2 widgets. For instance we could link the time sliders of two different simulation.However, in order to do so, I think the method
slider
ofOpenPMDTimeSeries
needs to return the slider, not just display it, but this can easily be changed inopenPMD-viewer
. I'll investigate this.The text was updated successfully, but these errors were encountered: