iframe无法在ipython-notebook中呈现
发布于 2021-01-29 16:53:36
以下iframe不会在ipython-notebook中呈现
from IPython.display import HTML
HTML('<iframe src=http://stackoverflow.com width=700 height=350></iframe>')
from IPython.display import HTML
HTML('<iframe src=http://stackoverflow.org width=700 height=350></iframe>')
第一个示例中我在做错什么吗?如果这是一个错误,我应该在哪里提交错误报告?
关注者
0
被浏览
45