pyvista.plotting.themes._TrameConfig#
- class _TrameConfig[source]#
PyVista Trame configuration.
Examples
Set global trame view parameters.
>>> import pyvista as pv >>> pv.global_theme.trame.interactive_ratio = 2 >>> pv.global_theme.trame.still_ratio = 2
Methods
Attributes
Return or set the default mode of the Trame backend.
Return or set the interactive ratio for PyVista Trame views.
Return whether the trame_jupyter_extension is detected.
Return or set whether to use the trame_jupyter_extension to communicate with clients.
Return or set the trame server name PyVista uses in Jupyter.
Return or set the port for the Trame Jupyter server.
Return or set if use of relative URLs is enabled for the Jupyter interface.
Return or set URL prefix when using relative URLs with the Jupyter interface.
Return or set the still ratio for PyVista Trame views.