About#

class jdaviz.configs.default.plugins.about.about.About(*args, **kwargs)[source]#

Bases: PluginTemplateMixin

Show information about Jdaviz.

Public constructor

Attributes Summary

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

user_api

Methods Summary

register_downstream_package(name, version[, ...])

Register a downstream package to be listed in the About panel.

show_popup()

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 name in lowercase.

show_popup()[source]#