I have installed pyvista and its dependencies via conda install -c conda-forge pyvista
in the ipython console in Spyder and after a bit of messing around it seems to work (I found that JsonCpp had to be installed manually from the console to access VTK).
I have started working through some tutorials (see below) but there is a problem with interactive plotting. When I try to render the point cloud object using point_cloud.plot(eye_dome_lighting=True)
, it creates a bitmap of the scene in the console (using the default camera view judging by the tutorial) rather than an interactive plot in a new window (console plot). This is the default behavior I have in Spyder when using Matplotlib / PIL for plotting. Does anyone have a workaround? I am keen to use Spyder as my IDE for its Matlab-like features (my primary language). If Spyder-pyvista is a dead end perhaps someone could suggest a more compatible IDE with similar features to Spyder.
Thanks!