Live data from Hacker News

Ask HN: Convert Jupyter Notebook into Static Site Blog Post?

news.ycombinator.com

1–3 of 3 posts

Re: Ask HN: Convert Jupyter Notebook into Static Site Blog Post?

#2
Have you looked into https://github.com/fastai/fastpages

From the readme:

>An easy to use blogging platform, with support for Jupyter notebooks, Word docs, and Markdown.

There's also that: https://www.scottcondron.com/jupyter/blogging/visualisation/...

Found by searching for "jupyter notebook to blog"

Re: Ask HN: Convert Jupyter Notebook into Static Site Blog Post?

#3
You can convert Notebook to html using below command.

`jupyter nbconvert --to html notebook.ipynb`

Alternative : Emacs org mode babel supports literate programming[1]. Which can be easily converted static blog using org-publish.[2]

1. https://orgmode.org/worg/org-contrib/babel/languages/ob-doc-...

2. https://orgmode.org/manual/Publishing.html