Skip to content

3D Visualization

In that tutorial section we will be using VTK and ParaView with trame.

Let's start with an existing VTK example

Before running anything you will need to install vtk and its trame widget trame-vtk.

WARNING

For VTK, you will need to install trame-vtk and vtk

bash
uv pip install vtk trame-vtk

Also the existing code from VTK example Website is available here and also pasted below for convenience.