标签: python function widget ipython jupyter
我想从用户那里获取一个输入,我想创建一个widget功能来实现这一点。我的代码在这里:
from IPython.html import widgets a = widgets.FloatText( value=29.900335, description='latitude:', disabled=False) a