How to post ipython notebook thread into Wordpress blog?

强颜欢笑 提交于 2019-12-21 17:22:02

问题


I know nbconvert and I am able to convert notebook file into html but I cannot find a way to embed this html file into wordpress. Is there anyone who tried and succeed?


回答1:


We can solve this issue using Simple Mathjax Plugin. For that please follow the below steps:

  1. Install and Activate the plugin.
  2. Disable WordPress HTML code parsing(this is for displaying the images in the HTML output).
  3. Copy and paste the HTML output of nbconvert (content inside the <body> tag) in the Text tab.


来源:https://stackoverflow.com/questions/20609114/how-to-post-ipython-notebook-thread-into-wordpress-blog

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!