在Jupyter笔记本中,我在网上刮了一个段落,并希望将其作为段落显示为Python中的markdown单元格
x = CNN_def[1].get_text().strip()
X = "CNNs are powerful image processing, artificial intelligence (AI) that use deep learning"
我将jupyter笔记本单元更改为markdown并尝试了以下代码
<h>%s</h> %X
但没有运气 如何在python的markdown单元格中插入x变量。预先感谢