... 式庫 from ipywidgets import interact #example1: #定義好基本的function之後 def f(x): print(x**2) #執行interact就有互動功能了 interact(f, ...
確定! 回上一頁