gpt4 book ai didi

python - 如何在 Google Colaboratory 中使用 IBM python 模块 "pixiedust"?

转载 作者:行者123 更新时间:2023-12-04 17:35:13 24 4
gpt4 key购买 nike

我对 IBM 开发的调试和可视化库 pixiedust 很着迷,想在 gooogle colab 上试用一下。

我做了以下操作:

!pip install pixiedust

# matplotlib, seaborn, jinja2 are already installed in gcolab.

显示图表不工作

import pixiedust
df = pixiedust.sampleData() # this shows the dataframe
display(df) # This does not do anything.

调试也不行

import pixiedust

# Next cell
%%pixie_debugger
import random
def find_max (values):
max = 0
for val in values:
if val > max:
max = val
return max
find_max(random.sample(range(100), 10))

# This gives nothing.

是否可以在 Google Colab 中使用 pixiedust 还是只能在 IMB 云中使用?

最佳答案

@astro123 可能有点晚了,但也许其他人也和我一样。所以这是我的解决方案。如 pixiedust install guidelines 中所述, 在 https://pixiedust.github.io/pixiedust/install.html你必须检查你有一个带有 pixiedust 的 jupyter 内核。在 colab 中运行

!jupyter pixiedust 列表

如您所见,默认情况下它没有带有 pixiedust 的内核,只需安装它

 `   !jupyter pixiedust install`

然后您可以在主面板上选择使用 pixiedust 内核运行。它现在应该可以工作,但由于协作不断发展,因此没有简单的演练。

问候

关于python - 如何在 Google Colaboratory 中使用 IBM python 模块 "pixiedust"?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56956074/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com