I have a Python program in Jupyter Notebook that uses interact
from the module ipywidgets
.
interact(my_func, filter_by=filter_by_list, format_type=format_dict.keys())
I want someone to be able to open the notebook on a website somewhere and use the interactive widget without requiring Python or anything else, just like here.