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
Support both trame and panel as html exporting backends. Panel remains the default, while trame dependencies can be added using pip install stpyvista[trame]
To export using trame, change the import at the beginning of the streamlit app: from stpyvista.trame_backend import stpyvista
Minor changes:
Rename stpyvista.experimental_vtkjs to stpyvista.vtkjs_backend.stpyvista
Move stpyvista.export to stpyvista.vtkjs_backend
Replace "header" with pyvista object type name in stpyvista.dataview