gpt4 book ai didi

python - 如何在 Markdown 标题中写入 Python 字符串变量?

转载 作者:行者123 更新时间:2023-12-03 08:52:50 24 4
gpt4 key购买 nike

我正在使用 Jupyter Notebooks,我想将 Python 字符串变量的值写入 Markdown 标题中。我很清楚one can write ,在 Markdown 单元格中,

# Python
a = 'hello'
In a markdown cell, a is {{a}}

这对我有用,但我正在尝试做类似的事情

# This is a heading with {{a}} in it

但是最后一次尝试没有成功。我用谷歌搜索了一下,但找不到任何东西。任何帮助将不胜感激。提前致谢!

最佳答案

这对我有用,但它只是一个代码单元;所以它可能不是您想要的确切功能...

from IPython.display import Markdown as md
a = 'hello'
md("# The data consists of {} observations. Bla, Bla, ....".format(a))

关于python - 如何在 Markdown 标题中写入 Python 字符串变量?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/57873427/

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