Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 676 Bytes

PyPI_README.md

File metadata and controls

22 lines (14 loc) · 676 Bytes

🧊 stpyvista

Show PyVista visualizations in Streamlit

This component takes a PyVista plotter object and shows it on Streamlit as an interactive element (as in it can be zoomed in/out, moved and rotated, but the visualization state is not returned). It uses Panel to render PyVista plotter objects within an iframe.


📦 Installation

pip install stpyvista

📚 Demo and documentation

https://stpyvista.streamlit.app


🛠️ Source code

https://github.com/edsaac/stpyvista