jupyter notebook嵌入到博客

在博客(MarkDown模式)里嵌入如下代码:

<iframe src="http://nbviewer.jupyter.org/github/LiaoPan/MyCodeSpace/blob/master/Demo_juypter.ipynb" width="850" height="500"></iframe>

src里面写入自己想引用的源链接,但必须基于nbviewer.jupyter.org;你可以打开http://nbviewer.jupyter.org查看相关的使用方法;

github上的源版代码:
https://github.com/LiaoPan/MyCodeSpace/blob/master/Demo_juypter.ipynb

再举一个栗子:
源码:


<iframe src="http://nbviewer.jupyter.org/url/jakevdp.github.com/downloads/notebooks/XKCD_plots.ipynb" width="850" height="10000"></iframe>

你可能感兴趣的:(博客,markdown,jupyter,嵌入博客)