“RuntimeError: This event loop is already running” when using %run other_notebook.ipynb for ipywidgets

后端 未结 0 930
粉色の甜心
粉色の甜心 2020-12-03 05:37
from ipywidgets import Button, HBox, VBox

words = [\'correct\', \'horse\', \'battery\', \'staple\']
items = [Button(description=w) for w in words]
left_box = VBox([         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题