gpt4 book ai didi

ipywidgets - 如何与包含小部件的 Box 交互?

转载 作者:行者123 更新时间:2023-12-04 12:05:23 27 4
gpt4 key购买 nike

使用 interactive使用多个小部件相当简单,例如:

interactive(foo, w1=widget1, w2=widget2, ...)

但是,我想使用 VBox 和 HBox 的组合以特定方式布局这些小部件。问题是,如何与框交互?

我尝试了几种方法,例如使用 Box 的小部件调用交互,然后显示框本身,但这似乎不起作用。

最佳答案

它在小部件中 documentation :

In addition to interact, IPython provides another function, interactive, that is useful when you want to reuse the widgets that are produced or access the data that is bound to the UI controls. [...] Unlike interact, interactive returns a Widget instance rather than immediately displaying the widget. The widget is a Box, which is a container for other widgets.



所以这里你已经有了 w作为可以更改布局属性的 Box 容器。
w = interactive(foo, w1=widget1, w2=widget2)

关于ipywidgets - 如何与包含小部件的 Box 交互?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39397759/

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