About#
- class jdaviz.configs.default.plugins.about.about.About(*args, **kwargs)[source]#
Bases:
PluginTemplateMixinShow information about Jdaviz.
Public constructor
Attributes Summary
An instance of a Python list.
A trait for unicode strings.
A trait for unicode strings.
A boolean (True, False) trait.
Methods Summary
register_downstream_package(name, version[, ...])Register a downstream package to be listed in the About panel.
Attributes Documentation
- downstream_packages#
An instance of a Python list.
- jdaviz_pypi#
A trait for unicode strings.
- jdaviz_version#
A trait for unicode strings.
- not_is_latest#
A boolean (True, False) trait.
- template_file = ('/home/docs/checkouts/readthedocs.org/user_builds/jdaviz/envs/4148/lib/python3.13/site-packages/jdaviz/configs/default/plugins/about/about.py', 'about.vue')#
- user_api#
Methods Documentation
- register_downstream_package(name, version, abbreviation=None)[source]#
Register a downstream package to be listed in the About panel.
- Parameters:
- namestr
The display name of the downstream package.
- versionstr
The installed version string.
- abbreviationstr, optional
Short label shown as a badge on the version button in the app bar. Defaults to the first two characters of
namein lowercase.