DatVis_Bokeh_Intr_App_Build_4.py 文件源码

python
阅读 17 收藏 0 点赞 0 评论 0

项目:Python-Scripts-Repo-on-Data-Science 作者: qalhata 项目源码 文件源码
def update():

    # Compute new y values: y
    y = np.sin(x) + np.random.random(N)

    # Update the ColumnDataSource data dictionary
    source.data = {'x': x, 'y': y}

# Add the update callback to the button
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号