部件在jupyter笔记本上不消失

时间:2019-10-31 02:03:32

标签: python ubuntu-18.04 ipywidgets

我正在尝试使用小部件按钮,这是我的代码:

import ipywidgets as widgets
from IPython.display import display

button = widgets.Button(description='Hello')
display(button)

然后在输出中我得到

Button(description='Hello', style=ButtonStyle())

我已经尝试过:

jupyter nbextension enable --py widgetsnbextension --sys-prefix

这就是我得到的:

Enabling notebook extension jupyter-js-widgets/extension...
      - Validating: OK

我也试图

pip uninstall ipywidgets
pip install ipywidgets

0 个答案:

没有答案