holoviz / panel

Panel: The powerful data exploration & web app framework for Python
https://panel.holoviz.org
BSD 3-Clause "New" or "Revised" License
4.73k stars 516 forks source link

Str.object not updating in Panelite in chromium browsers #4396

Closed MarcSkovMadsen closed 1 year ago

MarcSkovMadsen commented 1 year ago

Panelite==0.14.3

When I open and run the reference/panes/Str.ipynb notebook, the output in cell 3 does not update when I change the object in cell 4.

image

Additional Context

I just tried in a normal jupyter notebook (not Panelite) and there it works.

image

MarcSkovMadsen commented 1 year ago

I believe there is a more general issue. For example when i set vtk_pane.object in reference/panes/VTKJS.ipynb it does not update either.

https://user-images.githubusercontent.com/42288570/216804397-23d05727-71c0-4360-bc32-106120672285.mp4

Note: Due to CORS issues (?) I've changed the url to vtk_pane.object = "https://raw.githubusercontent.com/Kitware/vtk-js-datasets/master/data/vtkjs/TBarAssembly.vtkjs"

MarcSkovMadsen commented 1 year ago

For example the Terminal widget in reference/widgets/Terminal.ipynb does not update either

image

MarcSkovMadsen commented 1 year ago

I can now see that

Edge

https://user-images.githubusercontent.com/42288570/217330885-3fad0718-336a-429b-b411-c8d8576c3d8f.mp4

Chrome

https://user-images.githubusercontent.com/42288570/217331053-1f00f8ee-3770-4dc5-9ad1-490658979f2f.mp4

Firefox

https://user-images.githubusercontent.com/42288570/217331136-a392e99e-1aa9-4d77-93ca-6f7700dbb450.mp4

philippjfr commented 1 year ago

Cannot reproduce any of these issues (except VTKJS which is caused by something else).