jupyter notebook 引入交互式控件

安裝code pip install ipywidgetsblog 配置ip jupyter nbextension enable --py widgetsnbextensionget 使用pip from ipywidgets import interact def f2(x): return x interact(f2, x='') 顯示效果io
相關文章
相關標籤/搜索