Welcome the PyVista workshop for the Transform 2021 Virtual Conference!
Links:
- Live Stream
- The Guide to PyVista for Geoscientists
- What is a PyVista Mesh?
- PyVista Example Gallery
- PyVista Support Forum
This workshop assumes you have anaconda on your machine. There is a provided
environment.yml
file to create a conda virtual environment for installing PyVista and many other packages for the tutorials in this workshop.
- Download entire repository
- Run
conda env create --file=environment.yml
- Activate the environment:
conda activate t21-pyvista
As a last resort, there is a MyBinder set up for this demo here:
MyBinder will be slow and not as responsive when 3D rendering so I advise against using it.
For those of you that do not use anaconda, I have added a requirements.txt
file that can be used with pip
to isntall everything. This demo will work best on Python 3.7.
pip install -r requirements.txt
There is also a docker image hosted on GitHub's container registry: https://github.com/banesullivan/transform-2021/pkgs/container/transform-2021
docker pull ghcr.io/banesullivan/transform-2021:latest
Run the docker image:
docker run -p 8888:8888 ghcr.io/banesullivan/transform-2021:latest