标签: python-3.x yaml markdown jupyter-notebook
要在markdown中呈现Python代码块,我使用三个后退标记{python}三个后退标记:
{python}
``` {python} x = 4 ```
如何获取IPython代码块:
In [1]: x = 4
提前致谢。