【发布时间】:2022-07-06 03:14:48
【问题描述】:
我正在使用此代码在 jupyter notebook 中使用 Pywedge Bibliothek 创建一个交互式绘图
x=pw.Pywedge_Charts(df, c=None, y='Number_Trips')
charts=x.make_charts()
charts
我可以停用和激活我想看到的那一天.. 我的问题是如何保存它并保持它的交互性以在网站中使用它,或者如果它甚至可能的话?
【问题讨论】:
标签: python dataframe ipywidgets