# Examples from pyvista.plotting.themes.Theme.notebook
# ====================================================

# Disable all jupyter notebook plotting.
import pyvista as pv
pv.global_theme.notebook = False

# ----------------------------------------------------------------------
# Generated by sphinx-examples-as-code https://github.com/pyvista/sphinx-examples-as-code

