PyVista Tutorial ================ .. toctree:: :maxdepth: 2 :hidden: getting-started tutorial Welcome to PyVista's tutorial! Here you can find all the resources to be up and running with PyVista in no time. Feel free to reference our dedicated documentation at `PyVista Documentation `_ .. tab-set:: .. tab-item:: JupyterLab Here's a quick demo of PyVista running within `Jupyterlab `_. .. raw:: html .. tab-item:: IPython Here's a quick demo of PyVista running within a terminal using `IPython `_. .. raw:: html Quick Links ----------- .. grid:: 2 .. grid-item-card:: Tutorial :class-title: pyvista-card-title :link: tutorial :link-type: ref Jump right to the tutorial content. .. pyvista-plot:: from pyvista import examples dataset = examples.download_saddle_surface() dataset.plot() .. grid-item-card:: Installation and Getting Started :class-title: pyvista-card-title :link: getting_started :link-type: ref Get PyVista setup on your environment. .. asciinema:: 507562 Example Gallery --------------- Click below for our extensive example gallery! .. image:: _static/pyvista_banner.png :target: http://docs.pyvista.org/examples/index.html PyVista Overview ---------------- `PyVista `_ is a general purpose 3D visualization library used for over 500+ open source projects and many closed source projects for the visualization of everything from `computer aided engineering and geophysics to volcanoes and digital artwork `_. PyVista exposes a Pythonic API to the `Visualization Toolkit (VTK) `_ to provide tooling that is immediately usable without any prior knowledge of VTK and is being built as the 3D equivalent of `Matplotlib `_, with plugins to `Jupyter `_ to enable visualization of 3D data using both server and client-side rendering. We will provide a hands-on tutorial accessible to anyone with internet access and a computer via many of PyVista's existing `example Jupyter notebooks `_ and new material through a comprehensive overview highlighting popular 3D visualization use cases. Tutorial Description -------------------- - Use PyVista to create 3D visualizations from a variety of datasets in common formats. - Overview the classes and data structures of PyVista with real-world examples. - Be familiar with the various filters and features of PyVista. - Know which Python libraries are used and can be used by PyVista (meshio, trimesh etc). We see this tutorial catering to anyone who wants to visualize data in any domain, and this ranges from basic Python users to advanced power users. 1. Basic knowledge of Python to get started. Be able to install Jupyter Lab on your machine and be up and running. 2. Intermediate users will want to be familiar with `NumPy `_ and other libraries that are compatible with PyVista, like `trimesh `_ or `meshio `_. 3. Advanced users should be familiar with the Visualization Toolkit (VTK), general data science, and GUI frameworks like Qt. Instructor Bios --------------- Alexander Kaszynski ~~~~~~~~~~~~~~~~~~~ `Alex Kaszynski `_, co-creator of PyVista and creator of the `PyAnsys `_ organization. Advocate for all things open source and has contributed to the creation of Ansys's open source projects at `Ansys `_ and `PyMAPDL `_. Enjoys presenting and demoing Python, especially 3D visualization but also its application to CAE and automation. Bane Sullivan ~~~~~~~~~~~~~ `Bane Sullivan `_, co-creator of PyVista, is a Research Software Engineer working at the intersection of geoscience, visualization, and data science. Bane is a geophysicist/hydrologist by training and has been working to grow PyVista's adoption within the subsurface geoscience communities, previously presenting PyVista at `Transform 2021 `_. Tetsuo Koyama ~~~~~~~~~~~~~ `Tetsuo Koyama `_ is interested in scientific computing and visualization with computer graphics. Developer team member of PyVista. Past experience as a speaker: - `PyConJP 2019 speaker "Introduction to FEM Analysis with Python" `_ - `PyConJP 2020 speaker "How to plot unstructured mesh file on Jupyter Notebook" `_ - `SciPy Japan 2020 speaker "Translation Project of Mayavi2 documents" `_ - `PyConJP 2021 speaker "Visualize 3D scientific data in a Pythonic way like Matplotlib" `_ Bill Little ~~~~~~~~~~~ `Bill Little `_, creator of `GeoVista `_, is a software engineer working at the `UK Met Office `_ and a core developer on `SciTools `_, which includes `Cartopy `_ and `Iris `_. Tutorial Prerequisites ---------------------- We see this tutorial catering to anyone who wants to visualize data in any domain, and this ranges from basic Python users to advanced power users. In fact, our tutorial instructors and community members are involved in any domain. 1. Basic knowledge of Python to get started. Be able to install Jupyter Lab on your machine and be up and running. 2. Intermediate users will want to be familiar with `NumPy `_ and other libraries that are compatible with PyVista, like `trimesh `_ or `meshio `_. 3. Advanced users will be familiar with GUI frameworks like Qt, VTK, and advanced data science.