Theme.notebook#
- property Theme.notebook: bool | None[source]#
Return or set the state of notebook plotting.
Setting this to
Truealways enables notebook plotting, while setting it toFalsedisables plotting even when plotting within a jupyter notebook and plots externally.
Examples#
Download Python source code | Download Jupyter notebook
Disable all jupyter notebook plotting.
>>> import pyvista as pv
>>> pv.global_theme.notebook = False