Volume rendering using PyVista
The package PyVista offers many possibilties to visualize volume data.
You can for example produce movies like this using different file formats:
You need to install the following packages before starting.
conda install -c conda-forge pyvista
conda install -c conda-forge imageio-ffmpeg
The detailed example is provided in this jupyter notebook
You need to download the data set legorecon.tif to use the notebook.