pywwt.core Module

The core WWT widget class.

The most important definition provided in this module is the BaseWWTWidget type, which defines the generic interface for controlling WWT viewers across the different backends supported by pywwt.

Classes

BaseWWTWidget(**kwargs)

A class that can control a WWT viewer from Python.

DataPublishingNotAvailableError([msg])

Raised if data need to be published, but publishing service isn't available.

ViewerNotAvailableError([msg])

Raised if an operation needs to communicate with the WWT viewer (app), but the app doesn't seem to be responding to messages.