PyWebIO v0.3.0 使用手册[http://pywebio-charts.wangweimin.site/?pywebio_api=bokeh] 除了创建普通图表,Bokeh还可以通过启动Bokeh server来显示Bokeh app, Bokeh app支持向图表的添加按钮、输入框等交互组件,并向组件注册Python回 调,从而创建可以与Python代码交互的图表。 在PyWebIO中,你也可以使用 bokeh.io.show() 来显示一个Bokeh App,代码示 是一个使用Python创建 Echarts [https://github.com/ecomfe/echarts] 可视化图表的库。 在 PyWebIO 中使用 put_html() 可以输出 pyecharts 库创建的图表: # chart 为 pyecharts 的图表实例 pywebio.output.put_html(chart.render_notebook()) 相应demo见 pyecharts [https://github.com/plotly/plotly.py] 是一个非常流行的Python数据可视化库,可 以生成高质量的交互式图表。 PyWebIO 支持输出使用 plotly 库创建的图表。使用方式为在PyWebIO会话中调 用: # fig 为 plotly 的图表实例 html = fig.to_html(include_plotlyjs="require", full_html=False)0 码力 | 72 页 | 8.55 MB | 1 年前3
PyWebIO v0.3.0 使用手册. show(fig) 相应 demo 见 bokeh demo 除了创建普通图表,Bokeh 还可以通过启动 Bokeh server 来显示 Bokeh app,Bokeh app 支持向图表的添加按 钮、输入框等交互组件,并向组件注册 Python 回调,从而创建可以与 Python 代码交互的图表。 在 PyWebIO 中,你也可以使用 bokeh.io.show() 来显示一个 PyWebIO, 发布 0.3.0 pyecharts pyecharts 是一个使用 Python 创建 Echarts 可视化图表的库。 在 PyWebIO 中使用put_html() 可以输出 pyecharts 库创建的图表: # chart 为 pyecharts 的图表实例 pywebio.output.put_html(chart.render_notebook()) 相应 demo pyecharts demo plotly plotly.py 是一个非常流行的 Python 数据可视化库,可以生成高质量的交互式图表。 PyWebIO 支持输出使用 plotly 库创建的图表。使用方式为在 PyWebIO 会话中调用: # fig 为 plotly 的图表实例 html = fig.to_html(include_plotlyjs="require", full_html=False)0 码力 | 70 页 | 1.41 MB | 1 年前3
PyWebIO v1.2.3 使用手册. show(fig) 相应 demo 见 bokeh demo 除了创建普通图表,Bokeh 还可以通过启动 Bokeh server 来显示 Bokeh app,Bokeh app 支持向图表的添加按 钮、输入框等交互组件,并向组件注册 Python 回调,从而创建可以与 Python 代码交互的图表。 在 PyWebIO 中,你也可以使用 bokeh.io.show() 来显示一个 Documentation PyWebIO, 发布 1.2.3 pyecharts pyecharts 是一个使用 Python 创建 Echarts 可视化图表的库。 在 PyWebIO 中使用put_html() 可以输出 pyecharts 库创建的图表: # `chart` is pyecharts chart instance pywebio.output.put_html(chart.render_notebook()) render_notebook()) 相应 demo 见 pyecharts demo plotly plotly.py 是一个非常流行的 Python 数据可视化库,可以生成高质量的交互式图表。 PyWebIO 支持输出使用 plotly 库创建的图表。使用方式为在 PyWebIO 会话中调用: # `fig` is plotly chart instance html = fig.to_html(include_plotlyjs="require"0 码力 | 102 页 | 1.67 MB | 1 年前3
PyWebIO v1.1.0 使用手册. show(fig) 相应 demo 见 bokeh demo 除了创建普通图表,Bokeh 还可以通过启动 Bokeh server 来显示 Bokeh app,Bokeh app 支持向图表的添加按 钮、输入框等交互组件,并向组件注册 Python 回调,从而创建可以与 Python 代码交互的图表。 在 PyWebIO 中,你也可以使用 bokeh.io.show() 来显示一个 PyWebIO, 发布 1.1.0 pyecharts pyecharts 是一个使用 Python 创建 Echarts 可视化图表的库。 在 PyWebIO 中使用put_html() 可以输出 pyecharts 库创建的图表: # chart 为 pyecharts 的图表实例 pywebio.output.put_html(chart.render_notebook()) 相应 demo pyecharts demo plotly plotly.py 是一个非常流行的 Python 数据可视化库,可以生成高质量的交互式图表。 PyWebIO 支持输出使用 plotly 库创建的图表。使用方式为在 PyWebIO 会话中调用: # fig 为 plotly 的图表实例 html = fig.to_html(include_plotlyjs="require", full_html=False)0 码力 | 98 页 | 1.73 MB | 1 年前3
PyWebIO v1.2.2 使用手册. show(fig) 相应 demo 见 bokeh demo 除了创建普通图表,Bokeh 还可以通过启动 Bokeh server 来显示 Bokeh app,Bokeh app 支持向图表的添加按 钮、输入框等交互组件,并向组件注册 Python 回调,从而创建可以与 Python 代码交互的图表。 在 PyWebIO 中,你也可以使用 bokeh.io.show() 来显示一个 Documentation PyWebIO, 发布 1.2.2 pyecharts pyecharts 是一个使用 Python 创建 Echarts 可视化图表的库。 在 PyWebIO 中使用put_html() 可以输出 pyecharts 库创建的图表: # `chart` is pyecharts chart instance pywebio.output.put_html(chart.render_notebook()) render_notebook()) 相应 demo 见 pyecharts demo plotly plotly.py 是一个非常流行的 Python 数据可视化库,可以生成高质量的交互式图表。 PyWebIO 支持输出使用 plotly 库创建的图表。使用方式为在 PyWebIO 会话中调用: # `fig` is plotly chart instance html = fig.to_html(include_plotlyjs="require"0 码力 | 102 页 | 1.69 MB | 1 年前3
PyWebIO v1.0.3 使用手册[http://pywebio-charts.demo.wangweimin.site/?app=bokeh] 除了创建普通图表,Bokeh还可以通过启动Bokeh server来显示Bokeh app, Bokeh app支持向图表的添加按钮、输入框等交互组件,并向组件注册Python回 调,从而创建可以与Python代码交互的图表。 在PyWebIO中,你也可以使用 bokeh.io.show() 来显示一个Bokeh App,代码示 是一个使用Python创建 Echarts [https://github.com/ecomfe/echarts] 可视化图表的库。 在 PyWebIO 中使用 put_html() 可以输出 pyecharts 库创建的图表: # chart 为 pyecharts 的图表实例 pywebio.output.put_html(chart.render_notebook()) 相应demo见 pyecharts [https://github.com/plotly/plotly.py] 是一个非常流行的Python数据可视化库,可 以生成高质量的交互式图表。 PyWebIO 支持输出使用 plotly 库创建的图表。使用方式为在PyWebIO会话中调 用: # fig 为 plotly 的图表实例 html = fig.to_html(include_plotlyjs="require", full_html=False)0 码力 | 106 页 | 7.34 MB | 1 年前3
PyWebIO v1.0.3 使用手册. show(fig) 相应 demo 见 bokeh demo 除了创建普通图表,Bokeh 还可以通过启动 Bokeh server 来显示 Bokeh app,Bokeh app 支持向图表的添加按 钮、输入框等交互组件,并向组件注册 Python 回调,从而创建可以与 Python 代码交互的图表。 在 PyWebIO 中,你也可以使用 bokeh.io.show() 来显示一个 PyWebIO, 发布 1.0.3 pyecharts pyecharts 是一个使用 Python 创建 Echarts 可视化图表的库。 在 PyWebIO 中使用put_html() 可以输出 pyecharts 库创建的图表: # chart 为 pyecharts 的图表实例 pywebio.output.put_html(chart.render_notebook()) 相应 demo pyecharts demo plotly plotly.py 是一个非常流行的 Python 数据可视化库,可以生成高质量的交互式图表。 PyWebIO 支持输出使用 plotly 库创建的图表。使用方式为在 PyWebIO 会话中调用: # fig 为 plotly 的图表实例 html = fig.to_html(include_plotlyjs="require", full_html=False)0 码力 | 94 页 | 1.71 MB | 1 年前5
PyWebIO v1.2.3 使用手册[http://pywebio-charts.demo.wangweimin.site/?app=bokeh] 除了创建普通图表,Bokeh还可以通过启动Bokeh server来显示Bokeh app, Bokeh app支持向图表的添加按钮、输入框等交互组件,并向组件注册Python回 调,从而创建可以与Python代码交互的图表。 在PyWebIO中,你也可以使用 bokeh.io.show() 来显示一个Bokeh App,代码示 com/pyecharts/pyecharts] 是一个使用Python创建 Echarts [https://github.com/ecomfe/echarts] 可视化图表的库。 在 PyWebIO 中使用 put_html() 可以输出 pyecharts 库创建的图表: # `chart` is pyecharts chart instance pywebio.output.put_html(chart.render_notebook()) plotly plotly.py [https://github.com/plotly/plotly.py] 是一个非常流行的Python数据可视化库,可 以生成高质量的交互式图表。 PyWebIO 支持输出使用 plotly 库创建的图表。使用方式为在PyWebIO会话中调 用: # `fig` is plotly chart instance html = fig.to_html(include_plotlyjs="require"0 码力 | 119 页 | 7.44 MB | 1 年前3
PyWebIO v1.2.2 使用手册[http://pywebio-charts.demo.wangweimin.site/?app=bokeh] 除了创建普通图表,Bokeh还可以通过启动Bokeh server来显示Bokeh app, Bokeh app支持向图表的添加按钮、输入框等交互组件,并向组件注册Python回 调,从而创建可以与Python代码交互的图表。 在PyWebIO中,你也可以使用 bokeh.io.show() 来显示一个Bokeh App,代码示 com/pyecharts/pyecharts] 是一个使用Python创建 Echarts [https://github.com/ecomfe/echarts] 可视化图表的库。 在 PyWebIO 中使用 put_html() 可以输出 pyecharts 库创建的图表: # `chart` is pyecharts chart instance pywebio.output.put_html(chart.render_notebook()) plotly plotly.py [https://github.com/plotly/plotly.py] 是一个非常流行的Python数据可视化库,可 以生成高质量的交互式图表。 PyWebIO 支持输出使用 plotly 库创建的图表。使用方式为在PyWebIO会话中调 用: # `fig` is plotly chart instance html = fig.to_html(include_plotlyjs="require"0 码力 | 119 页 | 7.41 MB | 1 年前3
PyWebIO v1.1.0 使用手册[http://pywebio-charts.demo.wangweimin.site/?app=bokeh] 除了创建普通图表,Bokeh还可以通过启动Bokeh server来显示Bokeh app, Bokeh app支持向图表的添加按钮、输入框等交互组件,并向组件注册Python回 调,从而创建可以与Python代码交互的图表。 在PyWebIO中,你也可以使用 bokeh.io.show() 来显示一个Bokeh App,代码示 是一个使用Python创建 Echarts [https://github.com/ecomfe/echarts] 可视化图表的库。 在 PyWebIO 中使用 put_html() 可以输出 pyecharts 库创建的图表: # chart 为 pyecharts 的图表实例 pywebio.output.put_html(chart.render_notebook()) 相应demo见 pyecharts [https://github.com/plotly/plotly.py] 是一个非常流行的Python数据可视化库,可 以生成高质量的交互式图表。 PyWebIO 支持输出使用 plotly 库创建的图表。使用方式为在PyWebIO会话中调 用: # fig 为 plotly 的图表实例 html = fig.to_html(include_plotlyjs="require", full_html=False)0 码力 | 119 页 | 7.41 MB | 1 年前3
共 67 条
- 1
- 2
- 3
- 4
- 5
- 6
- 7













