From b2c5165e5707c67f3d614548db0739b9c0c4b116 Mon Sep 17 00:00:00 2001 From: Bane Sullivan Date: Mon, 8 Jul 2024 13:48:46 -0700 Subject: [PATCH] Fix plot in intro --- tutorial/00_intro/README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorial/00_intro/README.rst b/tutorial/00_intro/README.rst index 87854232a..a59d14d2d 100644 --- a/tutorial/00_intro/README.rst +++ b/tutorial/00_intro/README.rst @@ -123,7 +123,7 @@ simple surface mesh: +-------------------------------------------+-------------------------------------+ | Using ``vtk`` | Using PyVista | +===========================================+=====================================+ -| .. code:: python | .. jupyter-execute:: | +| .. code:: python | .. pyvista-plot:: | | | | | import vtk | from pyvista import examples | | reader = vtk.vtkSTLReader() | mesh = examples.download_bunny() |