如何与Google合作在输出中显示Plotly滑块?

时间:2019-06-13 17:32:20

标签: python slider plotly google-colaboratory

我想使用滑块https://plot.ly/python/sliders/重新创建此绘图。使用以下说明进行协作:Plotly notebook mode with google colaboratory。但是,没有出现滑块。

这是代码:

Cannot use 'in' operator to search for '_c' in undefined

代码运行并生成绘图。但是,它不包括滑块。如何包含它? 这是预期的输出: plotly slider plot 这是滑块的输出图。 Plot without slider

1 个答案:

答案 0 :(得分:0)

错误在于版本不匹配。滑块功能在1.5.1版本中不可用

您需要更改以下特定代码行:

print(f"{'*'*(l:=len(i:='***** Cafe Menu *****'))}\n{i}\n{'*'*l}")

为了在窗口中提供最新版本的plot。您可以看到working demo here