mesh_from_numbers needed these additional lines in cell 6 to run for the UM Tutorial in Melbourne ``` python import sys sys.path.append('/g/data/access/ngm/data/umtutorial2023/ngux/iris-mesh-tutorial/notebooks/') import pyvista pyvista.start_xvfb() ``` 