Hacker News new | ask | show | jobs
by max_hammer 1894 days ago
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