-
Beta Was this translation helpful? Give feedback.
Answered by
edsaac
Nov 22, 2024
Replies: 1 comment 1 reply
-
If your application relies heavily on 3D visualizations and interaction with those , I recommend to move your application to |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
LTMeyer
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
stpyvista
usestrame
(orpanel
) to export the 3D view to a standalone html that is embedded in Streamlit. All the nice tidbits on top that you see in Jupyter come from a full trame application thatpyvista
serves on the backend. However, serving such application in parallel and connect to it with Streamlit is not possible (see this closed PR: streamlit/streamlit#4677).If your application relies heavily on 3D visualizations and interaction with those , I recommend to move your application to
trame
.