API Reference
Return or set the default interactive parameter.
interactive
Examples
Make all plots non-interactive globally.
>>> import pyvista >>> pyvista.global_theme.interactive = False