Open mkvani opened 1 year ago
Any update on this?
We need to install the following packages: trame-vtk , trame-vuetify and ipywidgets along with trame for rendering in notebook. https://github.com/pyvista/pyvista/issues/5848#issuecomment-2097245444
@mkvani, Please follow this to render. Thank you.
π Before submitting the issue
π Description of the bug
While trying to display a vector plot, it shows following message and shows static image instead of 3D interactive plot.
#########################################
d:\users\mvani\PyWB\PyWB-examples\pyworkbench-examples\pywb_env\lib\site-packages\pyvista\jupyter\notebook.py:33: UserWarning: Failed to use notebook backend:
No module named 'trame'
Falling back to a static output. warnings.warn( #########################################
π Steps to reproduce
After solving, I am trying to plot vectors by following commands:
################################################
graphics_session_vec = Graphics(fluent_session) velocity_vector = graphics_session_vec.Vectors["velocity-vector"] velocity_vector.field = "temperature" velocity_vector.surfaces_list = ["symmetry-xyplane"] velocity_vector.scale = 2 velocity_vector.display()
################################################
π» Which operating system are you using?
Windows
π Which ANSYS version are you using?
2024R1
π Which Python version are you using?
3.8
π¦ Installed packages