Issue
This week I made a Jupyter notebook that would be a great post for my blog. I already found that you can export this notebook to a simplified HTML format that can be embedded on a webpage with this command:
jupyter nbconvert mynotebook.ipynb --to html --template basic
However, I would like to change some simple things. For example: every title now end with the "end of line character", and there is no clear difference between input and output.
On the NBConvert documentation page of Jupyter I can't find anything about changing templates (https://ipython.org/ipython-doc/3/notebook/nbconvert.html). They only say
"IPython provides a few templates for some output formats, and these can be specified via an additional --template argument."
Is it possible to specify your own template? And where can I find the "basic" template that I want to adjust?
Solution
You have to install the following plugin in wordpress : "oEmbed Gist"
Then simply have to complete these steps :
1/Paste your notebook into your gist at github (do not forget to add the .ipynb extension).
2/Simply paste the link to your gist and wordpress will do all the work properly for you
Answered By - Mike
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.