gpt4 book ai didi

Python ipywidgets ToggleButton 样式颜色

转载 作者:行者123 更新时间:2023-12-05 05:57:59 25 4
gpt4 key购买 nike

我想更改 ipywidget ToggleButton 的按钮颜色。在文档中它被描述为:

widgets.ToggleButtons(
options=['Slow', 'Regular', 'Fast'],
description='Speed:',
disabled=False,
button_style='', # 'success', 'info', 'warning', 'danger' or ''
tooltips=['Description of slow', 'Description of regular', 'Description of fast'],
# icons=['check'] * 3
)

我能看到的唯一方法是使用 button_style,但是它只有代码中看到的预定义选项。有没有办法使用自定义按钮颜色自行定义此类预设?我还尝试使用 CSS 对其进行样式设置。 button_color、description_color 和 background_color 都不起作用。

我无法将切换按钮颜色更改为预定义颜色方案(“成功”、“信息”、“警告”、“危险”或“”)以外的任何其他颜色。也跳进包里,没找到它们的定义位置。这就是我无法覆盖它们的原因。

此外,我正在使用 Jupyter Notebook。

亲切的问候,蒂莫

最佳答案

Widgets 有一个 style 属性,它可以帮助你实现你想要的,在这里阅读更多:

https://ipywidgets.readthedocs.io/en/latest/examples/Widget%20Styling.html#The-style-attribute

属性会因小部件类型而异。不幸的是,ToggleButtons 的 keys 选项没有列出 button_color,所以看起来颜色不能这样修改。

关于Python ipywidgets ToggleButton 样式颜色,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/68643117/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com