为了账号安全,请及时绑定邮箱和手机立即绑定

为什么 PIL 的 image.show() 在 google collab notebook

为什么 PIL 的 image.show() 在 google collab notebook

Cats萌萌 2022-11-29 15:51:04
我正在使用 PIL 库在 google collab notebook 中显示图像。但它不起作用。谁能告诉我显示图像的原因和方式。我把我的代码放在下面。from PIL import ImageIm=Image.open('image_name.png')Im.show()
查看完整描述

1 回答

?
慕丝7291255

TA贡献1859条经验 获得超6个赞

这个问题出现在 Jupyter Notebooks 的情况下。使用 show() 不显示图像。所以像下面的代码一样放弃调用 show() 。这将在单元格的输出中显示图像。


from PIL import Image

im = Image.open("lists.jpg")

im


查看完整回答
反对 回复 2022-11-29
  • 1 回答
  • 0 关注
  • 152 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信