How to post ipython notebook thread into Wordpress blog?
问题 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: Install and Activate the plugin. Disable WordPress HTML code parsing(this is for displaying the images in the HTML output). Copy and paste the HTML output of nbconvert (content inside the <body> tag) in the Text tab. 来源: https:/