ViewerUserApi#
- class jdaviz.core.user_api.ViewerUserApi(viewer, expose=[], readonly=[], excl_from_dict=[], deprecated=[])[source]#
Bases:
UserApiWrapperThis is an API wrapper around a viewer. For a full list of attributes/methods, call dir(viewer_object) and for help on any of those methods, call help(viewer_object.attribute).
- For example::
help(viewer_object.show)