You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Attempting to add a tooltip to a checkbox, I can't modify the default value. The docs claim it defaults to description - but can be changed by using the description_tooltip attribute.
toltip rendering the string 'var' and the checkbox label rendering the string 'key' -- instead the tooltip is rendering the string "key" (seems it uses the default value from the description attribute and ignores the supplied description_tooltip )
Paste the output from your command line running `jupyter lab` (or `jupyter notebook` if you use notebook) here, use `--debug` if possible.
Browser Output
Paste the output from your browser Javascript console here.
If using JupyterLab
JupyterLab version: v2.2.9
Installed Labextensions
JupyterLab v2.2.9
Known labextensions:
app dir: /usr/local/share/jupyter/lab
@almond-sh/jupyterlab_variableinspector v0.4.1 enabled OK
@aquirdturtle/collapsible_headings v2.2.0 enabled OK
@bokeh/jupyter_bokeh v2.0.4 enabled OK
@chameleoncloud/jupyterlab_zenodo v2.0.0 enabled OK
@elyra/code-snippet-extension v1.5.2 enabled OK
@elyra/metadata-extension v1.5.2 enabled OK
@elyra/pipeline-editor-extension v1.5.2 enabled OK
@elyra/python-editor-extension v1.5.2 enabled OK
@elyra/theme-extension v1.5.2 enabled OK
@ijmbarr/jupyterlab_spellchecker v0.2.0 enabled OK
@jupyter-voila/jupyterlab-preview v1.1.0 enabled OK
@jupyter-widgets/jupyterlab-manager v2.0.0 enabled OK
@jupyter-widgets/jupyterlab-sidecar v0.5.0 enabled OK
@jupyterlab/geojson-extension v2.0.1 enabled OK
@jupyterlab/git v0.23.1 enabled OK
@jupyterlab/mathjax3-extension v3.0.0 enabled OK
@jupyterlab/toc v4.0.0 enabled OK
@krassowski/jupyterlab_go_to_definition v1.0.0 enabled OK
@oriolmirosa/jupyterlab_materialdarker v0.5.0 enabled OK
@pyviz/jupyterlab_pyviz v1.0.4 enabled OK
@ryantam626/jupyterlab_code_formatter v1.3.8 enabled OK
@telamonian/theme-darcula v2.0.0 enabled OK
ipycallback v0.2.5 enabled OK
ipylab v0.3.0 enabled OK
ipylayout v0.1.6 enabled OK
ipysheet v0.4.4 enabled OK
ipyspin v0.1.2 enabled OK
jupyter-leaflet v0.13.2 enabled OK
jupyter-matplotlib v0.7.4 enabled OK
jupyter-widget-datetime v1.1.1 enabled OK
jupyterlab-control v1.1.1 enabled OK
jupyterlab-drawio v0.7.0 enabled OK
jupyterlab-favorites v2.0.0 enabled OK
jupyterlab-recents v2.0.0 enabled OK
nbdime-jupyterlab v2.0.1 enabled OK
I'm encountering this issue as well. Is anybody working on this or have thoughts on how to fix it? I've tried poking around in the code but I'm not seeing the solution.
Description
Attempting to add a tooltip to a checkbox, I can't modify the default value. The docs claim it defaults to description - but can be changed by using the
description_tooltip
attribute.Reproduce
Expected behavior
toltip rendering the string 'var' and the checkbox label rendering the string 'key' -- instead the tooltip is rendering the string "key" (seems it uses the default value from the
description
attribute and ignores the supplieddescription_tooltip
)Context
Troubleshoot Output
Command Line Output
Browser Output
If using JupyterLab
Installed Labextensions
The text was updated successfully, but these errors were encountered: