ipywidgets交互不起作用

时间:2018-04-16 18:00:19

标签: python ipython jupyter-notebook ipywidgets

我正在尝试ipywidgets.interact hello world example,但预期的元素没有显示出来。

这是代码:

 from __future__ import print_function
 from ipywidgets import interact, interactive, fixed, interact_manual
 import ipywidgets as widgets

 def f(x):
    return x

 interact(f, x= 'test')

这些是会话参数:

CPython 2.7.14
IPython 5.6.0

ipywidgets 7.2.0

compiler   : GCC 4.2.1 Compatible Clang 4.0.1 (tags/RELEASE_401/final)
system     : Darwin
release    : 15.6.0
machine    : x86_64
processor  : i386
CPU cores  : 4
interpreter: 64bit

0 个答案:

没有答案