I am unable to interact with pyvista plots either on jupyter notebook or lab. I am working on a geometric problem and want to check output of the code both in graphs and text (e.g., check vertex coordinates or face normals of a mesh). I get interactive Pyvista plots if I just run the code in a py script, but it is a slow workflow and have to check print() results somewhere else. I am adding
pl.show(jupyter_backend='pythreejs')
as the pyvista documentations suggests, but I still get a static plot. It's the same problem in VS Code, where I started. I thought it might be VS Code so I installed Jupyter notebook and jupyter lab. No success. I really appreciate any help. It's frustrating to get stuck in the first step of visually checking the output in an interactive way which is necessary for solving a geometric problem, not to mention posting it later online. Appreciate any help.