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
A few of us are having trouble using the slider() functionality on the Maxwell Jupyter Hub Server here at DESY. The slider layout only partially renders; the iteration slider widget appears, but the other widgets such as field and particle selectors do not render.
All other functionality of the openPMD-viewer seems unaffected.
An example of what I see when I try to open the slider()
Some useful info:
Trying to view the openPMD-viewer sample dataset
Its a problem not just with the new version of openPMD, but also with version 1.4
But running snippets of the source code, I can get some individual elements of the field and particle select widgets to run, but it seems to fail for a number of them and this follows through when combining them
There is no problem rendering the whole thing on a local machine
Is this just a Maxwell problem or perhaps something else?
The text was updated successfully, but these errors were encountered:
I'm pretty baffled. I have opened up the same notebook (untouched since posting this) and the problem has now magically resolved itself. No idea whats going on in the backend, but my installation hasn't changed in that time.
Running
importipywidgetsprint(ipywidgets.__version__)
I have 7.7.3. So upgraded to 8.0.4 to see what happens and replicated the error above. Downgrading back to 7.7.3 seems to fix it again. Perhaps theres some back-end support for ipywidgets that is only being upgraded slowly on Maxwell?
A few of us are having trouble using the
slider()
functionality on the Maxwell Jupyter Hub Server here at DESY. The slider layout only partially renders; the iteration slider widget appears, but the other widgets such as field and particle selectors do not render.All other functionality of the openPMD-viewer seems unaffected.
An example of what I see when I try to open the
slider()
Some useful info:
Is this just a Maxwell problem or perhaps something else?
The text was updated successfully, but these errors were encountered: