This workshop assumes you have anaconda on your machine. There is a provided environment.yml file to create a conda virtual environment for installing PyVista and many other packages for the tutorials ...
PyVista is a popular visualisation package for Python which leverages VTK. Since VTK is a C++ library, with no native WASM build, PyVista requires a server in order to run. This package is an attempt ...