如何在python中使用ipython笔记本Markdown单元格的内容

时间:2014-03-11 08:42:28

标签: python cell markdown ipython ipython-notebook

在IPython中,可以通过Out[n]In[n]变量获得先前的输出和输入。是否可以使用Markdown笔记本单元格的内容并在python中使用它。

我想在Markdown单元格中写一些文字

This is Markdown I would like to manipulate with.

然后我想在下一个python单元格中使用这个文本

md_cell = ???
print md_cell.replace("Markdown", "Markup")
... # do stuff, write it to a file, be happy

用它做点什么。

0 个答案:

没有答案