banesullivan / transform-2021

Materials for the PyVista workshop from the Transform 2021 Virtual Conference

Home Page:https://www.youtube.com/watch?v=FmNmRBsEBHE

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Transform 2021: Guide to PyVista

Binder

Welcome the PyVista workshop for the Transform 2021 Virtual Conference!

Links:

Getting Started

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.

  1. Download entire repository
  2. Run conda env create --file=environment.yml
  3. Activate the environment: conda activate t21-pyvista

As a last resort, there is a MyBinder set up for this demo here: Binder

MyBinder will be slow and not as responsive when 3D rendering so I advise against using it.

Using pip instead

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

Docker

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

About

Materials for the PyVista workshop from the Transform 2021 Virtual Conference

https://www.youtube.com/watch?v=FmNmRBsEBHE


Languages

Language:Jupyter Notebook 100.0%Language:Dockerfile 0.0%