Skip to content
Snippets Groups Projects
Commit ae3c809e authored by Lars Bilke's avatar Lars Bilke
Browse files

[jupyter] Restored ipyvtklink and static PyVista rendering backend.

[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')
parent 92b400a1
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment