Hacker News new | ask | show | jobs
by madenine 2518 days ago
Cool, but I would rather use a better supported static site generator with an ipynb plugin (ie, https://github.com/danielfrg/pelican-ipynb) than a tool just for notebooks.

Especially because this looks like an nbconvert workflow under the hood.

1 comments

> Especially because this looks like an nbconvert workflow under the hood.

It is, however I convert it to the most basic html and add custom css and js to it. So that I can change it to whatever I want. I don't see any problem with that maybe you could point some out.

I didn't go with pelican(or any static gen) because the build times will be much slow later on as blogs increase [1] as this guy faced. I like to configure a lot of things manually and don't want the burden of static gen if that make sense to you. I just needed a converter.

1. https://nipunbatra.github.io/blog/2017/Jupyter-powered-blog....