Say I decorated a function with ipywidgets interactive as such:
from ipywidgets import interactive, Select def print_fruit(fruit): print(fruit) fruitSel