Viewer3DStateWidget#

class glue_jupyter.ipyvolume.common.Viewer3DStateWidget(*args: t.Any, **kwargs: t.Any)#

Bases: VuetifyTemplate

Public constructor

Attributes Summary

has_figure

A boolean (True, False) trait.

has_resolution

A boolean (True, False) trait.

template_file

widget_movie_maker

A trait whose value must be an instance of a specified class.

Methods Summary

Attributes Documentation

has_figure#

A boolean (True, False) trait.

has_resolution#

A boolean (True, False) trait.

template_file = ('/home/docs/checkouts/readthedocs.org/user_builds/glue-jupyter/envs/stable/lib/python3.14/site-packages/glue_jupyter/ipyvolume/common/viewer_options_widget.py', 'viewer_options_widget.vue')#
widget_movie_maker#

A trait whose value must be an instance of a specified class.

The value can also be an instance of a subclass of the specified class.

Subclasses can declare default classes by overriding the klass attribute

Methods Documentation

vue_set_movie_maker_visible(visible)#