python 在Jupyter笔记本中渲染iframe

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了python 在Jupyter笔记本中渲染iframe相关的知识,希望对你有一定的参考价值。

from IPython.display import IFrame
IFrame('//plot.ly/~nandong823/294.embed', width=700, height=350)

以上是关于python 在Jupyter笔记本中渲染iframe的主要内容,如果未能解决你的问题,请参考以下文章

“ValueError:Mime 类型渲染需要 nbformat>=4.2.0 但未安装”在 jupyter 中绘图时

如何在 Jupyter 笔记本中显示欧洲地图?

matplotlib:figimage 未显示在 Jupyter 笔记本中

python 在Jupyter笔记本中测量时间

将python文件导入jupyter笔记本

如何在 Jupyter 笔记本中运行 Python asyncio 代码?