jupyter 交互工具---BeakerX

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了jupyter 交互工具---BeakerX相关的知识,希望对你有一定的参考价值。

简介
BeakerX
包含交互式表格,图表,表格等的小部件。表格部件自动识别pandas数据框,并允许您搜索,排序,拖动,过滤,格式化,选择,图形,隐藏,固定和导出到CSV或剪贴板。这使得快速简单地连接到电子表格。
import pandas as pd
from beakerx import *
pd.read_csv("UScity.csv")

  技术分享图片

安装方法

1.conda

conda install -c conda-forge beakerx ipywidgets

2.pip

pip install beakerx
beakerx-install

更多交互式工具查看
http://jupyter.org/widgets.html





以上是关于jupyter 交互工具---BeakerX的主要内容,如果未能解决你的问题,请参考以下文章

jupyter交互式工具安装使用

Python Jupyter 中带有工具提示的交互式 wordcloud

jupyter的交互小工具-----ipyleaflet

解决Jupyter notebook报错:AssertionError: wrong color format ‘var(--jp-mirror-editor-variable-color)‘(代码片

从 Jupyter notebook 运行交互式命令行代码

如何通过 REST API 与 Jupyter 笔记本中的代码单元进行交互?