iPthon3:图像能否显示?

2024-09-30 14:21:08 发布

您现在位置:Python中文网/ 问答频道 /正文

正在尝试显示布尔公式:

In [27]: a,b,c,d = map(bddvar, 'abcd')

In [28]: f = a & b | a & c

In [30]:  %dotobj f
 <IPython.core.display.SVG object>

如你所见,我收到了信息,但没有图像显示

(gvmagic已成功加载)

https://pyeda.readthedocs.io/en/latest/bdd.html


Tags: inhttpssvgcore图像信息mapobject