在Wolfram Mathematica中,我可以使用该Manipulate[]命令以交互方式修改参数的值.
Manipulate[]
例如,Manipulate[n, {n, 1, 20}] 显示一个滑块,通过该滑块可以改变其值n.
Manipulate[n, {n, 1, 20}]
n
在IPython笔记本中是否有任何简单的方法(例如魔法或装饰器,如SAGE)来实现相同的结果?
python wolfram-mathematica ipython sage ipython-notebook
ipython ×1
ipython-notebook ×1
python ×1
sage ×1
wolfram-mathematica ×1