标签: jupyter-notebook ipywidgets
我需要帮助来使用@interact装饰器更改功能说明
我创建复选框的方式如下:
@interact def test(xxx=True,yyy=False): print(xxx,yyy)
我想使用以下内容更改显示的说明:
Checkbox(description={'the xxx','the yyy')