Skip to content

[jupyter] Restored ipyvtklink and static PyVista rendering backend.

Lars Bilke requested to merge bilke/ogs:jupyter-pyvista into master

[ci] Run jupyter tests in regular (osmesa) container.

Rendering backend can be set via:

import pyvista as pv

pv.set_jupyter_backend('ipyvtklink') # default
pv.set_jupyter_backend('pythreejs')
pv.set_jupyter_backend('static')
  1. Feature description was added to the changelog
  2. Tests covering your feature were added?
Edited by Lars Bilke

Merge request reports