安装
pip install ipywidgets
配置
jupyter nbextension enable --py widgetsnbextension
使用
from ipywidgets import interact
def f2(x):
return x
interact(f2, x='')
显示效果
安装
pip install ipywidgets
配置
jupyter nbextension enable --py widgetsnbextension
使用
from ipywidgets import interact
def f2(x):
return x
interact(f2, x='')
显示效果