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
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:
We need to install the following packages: trame-vtk , trame-vuetify and ipywidgets along with trame for rendering in notebook. pyvista/pyvista#5848 (comment)
🔍 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
The text was updated successfully, but these errors were encountered: