Call Jupyter IFrame from Python script

前端 未结 0 381
予麋鹿
予麋鹿 2021-01-04 17:54

You can add an iframe to a Jupyter cell as follows:

from IPython.display import IFrame

IFrame(src="my_url", width=\'100%\', height=\'500px\')


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题