from ipywidgets import Button, HBox thisandthat = ['ON', 'OFF'] switch = [Button(description=name) for name in thisandthat] combined ...
確定! 回上一頁