The ``jupyterwidgets`` module ============================= .. py:module:: ansys.stk.core.stkengine.experimental.jupyterwidgets Summary ------- .. tab-set:: .. tab-item:: Classes .. list-table:: :header-rows: 0 :widths: auto * - :py:class:`~ansys.stk.core.stkengine.experimental.jupyterwidgets.AsyncioTimerManager` - Provide timer support for animation in jupyter notebooks. * - :py:class:`~ansys.stk.core.stkengine.experimental.jupyterwidgets.GfxAnalysisWidget` - The Graphics Analysis widget for jupyter. * - :py:class:`~ansys.stk.core.stkengine.experimental.jupyterwidgets.GlobeWidget` - The 3D Globe widget for jupyter. * - :py:class:`~ansys.stk.core.stkengine.experimental.jupyterwidgets.MapWidget` - The 2D Map widget for jupyter. * - :py:class:`~ansys.stk.core.stkengine.experimental.jupyterwidgets.RemoteFrameBufferHost` - Implements IRemoteFrameBufferHost. * - :py:class:`~ansys.stk.core.stkengine.experimental.jupyterwidgets.RemoteFrameBufferHostVTable` - Structure of the vtable for IRemoteFrameBufferHost. * - :py:class:`~ansys.stk.core.stkengine.experimental.jupyterwidgets.WidgetBase` - Base class for Jupyter controls. Description ----------- Map and globe widgets for Jupyter Notebooks using Remote Frame Buffer. .. py:currentmodule:: ansys.stk.core.stkengine.experimental.jupyterwidgets .. TABLE OF CONTENTS .. toctree:: :titlesonly: :maxdepth: 1 :hidden: AsyncioTimerManager GfxAnalysisWidget GlobeWidget MapWidget RemoteFrameBufferHost RemoteFrameBufferHostVTable WidgetBase