gpt4 book ai didi

jupyter-notebook - iPython 笔记本 : render cell as HTML from variable content

转载 作者:行者123 更新时间:2023-12-04 12:54:11 25 4
gpt4 key购买 nike

在 iPython Notebook 中,我有一个单元格,我在其中定义了一个变量(比如 html )并为其分配了一个 html 内容(http get 请求的响应内容)。我想将此变量作为 html 呈现到另一个单元格中。是否可以?我该怎么做?

例如:

[1] html = '''<html><h1>a heading</h1><ul><li>one</li><li>two</li><li>three</li></ul></html>'''

我想在下一个单元格中呈现它。

最佳答案

我能够通过以下方式实现预期目标:

from IPython.display import display, HTML
display(HTML(response.content))

我找到了解决方案 here .

更多信息请见 here .

关于jupyter-notebook - iPython 笔记本 : render cell as HTML from variable content,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24159781/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com