【发布时间】:2019-02-18 19:38:00
【问题描述】:
请帮助我。
我正在关注这个 Lynda 教程 - Python Statistics Essential Training - 第 3 章,可视化的力量。
并且滑块没有出现在 Jupyter 中,它不像它应该的那样具有交互性。我运行“结束”文件,它也有这个问题。我已经安装了 ipywidgets 和 json。 image of the end result
interact(plotyear,year=widgets.IntSlider(min=1950,max=2015,step=1,value=1965))
感谢您阅读我的问题。期待找到解决方案。
【问题讨论】:
标签: jupyter ipywidgets