gpt4 book ai didi

Python - Holoviews没有图像

转载 作者:行者123 更新时间:2023-12-01 08:38:23 24 4
gpt4 key购买 nike

我正在使用 Spyder IDE 以及 Canopy 环境中的 Jupyter Notebook 在 Python 3.6 中执行以下代码。该代码在两种环境中都执行良好,但我没有看到任何图像输出。有人可以指导我如何输出或查看图像。

import numpy as np
import holoviews as hv
hv.extension('bokeh')


hv.Sankey([
['A', 'X', 5],
['A', 'Y', 7],
['A', 'Z', 6],
['B', 'X', 2],
['B', 'Y', 9],
['B', 'Z', 4]]
).options(width=600, height=400)

这是我看到的输出

hv.Sankey([
['A', 'X', 5],
['A', 'Y', 7],
['A', 'Z', 6],
['B', 'X', 2],
['B', 'Y', 9],
['B', 'Z', 4]]
).options(width=600, height=400)
Out[11]: :Sankey [start,end] (Value)

最佳答案

您可以使用 python anaconda 运行 Jupyter 笔记本并尝试执行该程序。希望它能发挥作用。

图片链接https://i.gyazo.com/e6713a933ac73a3c2bfd159f432c4f7f.png

关于Python - Holoviews没有图像,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53598770/

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