在 Python Jupyter Notebook 中创建 BeakerX TableDisplay?

Posted

技术标签:

【中文标题】在 Python Jupyter Notebook 中创建 BeakerX TableDisplay?【英文标题】:Create BeakerX TableDisplay in Python Jupyter Notebook? 【发布时间】:2019-04-11 04:25:45 【问题描述】:

我在开始使用 BeakerX 时遇到了问题。我只想在Python Jupyter 笔记本中显示一个表格,就像他们在Python API for Table Display Jupyter Notebook 中显示的那样:

import pandas as pd
from beakerx import *
from beakerx.object import beakerx
beakerx_table = TableDisplay(pd.read_csv('./dspace_BMTs.csv.bz2'))
beakerx_table

没有错误,但也没有明显的输出。不幸的是,副作用是正常的 Jupyter Notebook 输出也被抑制了。即,稍后在笔记本中,df.head() 没有显示任何内容。没有BeakerXJupyter/Pandas 行为正常。

这样做的正确方法是什么?

【问题讨论】:

【参考方案1】:

我不知道为什么,但是卸载并重新安装 beakerx 组件解决了这个问题。

$ beakerx uninstall
$ beakerx install

【讨论】:

我在另一台笔记本电脑上安装了beakerx,但也遇到了同样的问题和解决方法....安装、卸载、安装。

以上是关于在 Python Jupyter Notebook 中创建 BeakerX TableDisplay?的主要内容,如果未能解决你的问题,请参考以下文章

Jupyter Notebook安装新python kernel

python3中安装Jupyter Notebook的命令

python3中安装Jupyter Notebook的命令

jupyter notebook 怎么跑pyspark

pycharm怎么运行jupyter notebook?

在Jupyter notebook中使用特定虚拟环境中的python的kernel