Call decorated interactive function with widget arguments

后端 未结 0 1172
生来不讨喜
生来不讨喜 2020-12-04 10:42

Say I decorated a function with ipywidgets interactive as such:

from ipywidgets import interactive, Select

def print_fruit(fruit):
    print(fruit)

fruitSel         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题