如何将jupyter notebook嵌入博客园
1.将notebook文件上传至github
2.在github中打开文件. 复制地址. 打开jupyter nbviever网址, 产生新的网址
3.在markdown模式下用下列代码嵌入jupyter notebook:
<iframe src="jupyter nbviewer得到的新网址" width="850" height="1000"></iframe>
1.将notebook文件上传至github
2.在github中打开文件. 复制地址. 打开jupyter nbviever网址, 产生新的网址
3.在markdown模式下用下列代码嵌入jupyter notebook:
<iframe src="jupyter nbviewer得到的新网址" width="850" height="1000"></iframe>