PluginTemplateMixin

class jdaviz.core.template_mixin.PluginTemplateMixin(*args, **kwargs)[source] [edit on github]

Bases: TemplateMixin

This base class can be inherited by all sidebar/tray plugins to expose common functionality.

Public constructor

Attributes Summary

disabled_msg

A trait for unicode strings.

plugin_opened

A boolean (True, False) trait.

Methods Summary

open_in_tray()

Open the plugin in the sidebar/tray (and open the sidebar if it is not already).

Attributes Documentation

disabled_msg

A trait for unicode strings.

plugin_opened

A boolean (True, False) trait.

Methods Documentation

open_in_tray()[source] [edit on github]

Open the plugin in the sidebar/tray (and open the sidebar if it is not already).